Revert "Temporarily disable the is9600 FS server"

This reverts commit ab5c98ee5a.
This commit is contained in:
David van Moolenbroek 2014-09-18 12:59:18 +00:00
parent 8ca6466a71
commit 1858c65d72
2 changed files with 2 additions and 3 deletions

View file

@ -159,7 +159,7 @@
./service/input minix-sys ./service/input minix-sys
./service/ipc minix-sys ./service/ipc minix-sys
./service/is minix-sys ./service/is minix-sys
./service/isofs minix-sys oboslete ./service/isofs minix-sys
./service/log minix-sys ./service/log minix-sys
./service/lwip minix-sys ./service/lwip minix-sys
./service/memory minix-sys ./service/memory minix-sys

View file

@ -5,8 +5,7 @@ SUBDIR+= pfs
.if ${MKIMAGEONLY} == "no" .if ${MKIMAGEONLY} == "no"
SUBDIR+= ext2 SUBDIR+= ext2
#LSC: Commented until the fixed version is ready to be merged in. SUBDIR+= iso9660fs
#SUBDIR+= iso9660fs
SUBDIR+= procfs SUBDIR+= procfs
. if ${MACHINE_ARCH} == "i386" . if ${MACHINE_ARCH} == "i386"