]> Zhao Yanbai Git Server - minix.git/commitdiff
Removing test on __MINIX_w which is never defined
authorLionel Sambuc <lionel@minix3.org>
Sat, 22 Sep 2012 21:28:53 +0000 (23:28 +0200)
committerLionel Sambuc <lionel@minix3.org>
Thu, 15 Nov 2012 15:07:30 +0000 (16:07 +0100)
sys/lib/libsa/Makefile

index d3f661f549b2d14cba77f7ef539543bf3edaee47..cc6a7f78088ad0e13671f328f914265442d38ce5 100644 (file)
@@ -80,18 +80,13 @@ SRCS+=      bootp.c rarp.c bootparam.c
 SRCS+= nfs.c tftp.c
 .endif
 
-.ifndef __MINIX_w
 SRCS+= ffsv1.c ffsv2.c
 SRCS+= lfsv1.c lfsv2.c
-.endif
 SRCS+= cd9660.c
 SRCS+= ustarfs.c
 SRCS+= dosfs.c
 SRCS+= ext2fs.c
 SRCS+= minixfs3.c
-.ifndef __MINIX_w
-SRCS+= fnmatch.c
-.endif
 # for historic compatibility ufs == ffsv1
 SRCS+= ufs.c