From 7d73223f082b851c17626118d02cf4ba375b1d8c Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Sat, 22 Sep 2012 23:28:53 +0200 Subject: [PATCH] Removing test on __MINIX_w which is never defined --- sys/lib/libsa/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/lib/libsa/Makefile b/sys/lib/libsa/Makefile index d3f661f54..cc6a7f780 100644 --- a/sys/lib/libsa/Makefile +++ b/sys/lib/libsa/Makefile @@ -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