summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-11-13 12:03:27 +0000
committerru <ru@FreeBSD.org>2002-11-13 12:03:27 +0000
commit309ad85605ad037434707571e0d6a3f13757a206 (patch)
treef04714431b2c5272be27a039ad6fb26458a7d7e0 /usr.sbin/mtree/Makefile
parentf056bc6c1666e5096f305d83cd829bb660562101 (diff)
downloadFreeBSD-src-309ad85605ad037434707571e0d6a3f13757a206.zip
FreeBSD-src-309ad85605ad037434707571e0d6a3f13757a206.tar.gz
mtree(8) wasn't a bootstrap tool since 2000/07/23 (Makefile.inc1,v 1.161).
Diffstat (limited to 'usr.sbin/mtree/Makefile')
-rw-r--r--usr.sbin/mtree/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/mtree/Makefile b/usr.sbin/mtree/Makefile
index e8afa08..0d21be9 100644
--- a/usr.sbin/mtree/Makefile
+++ b/usr.sbin/mtree/Makefile
@@ -9,13 +9,8 @@ SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c
WARNS?= 4
-.if defined(BOOTSTRAPPING)
-.PATH: ${.CURDIR}/../../lib/libc/gen
-SRCS+= strtofflags.c
-.else
CFLAGS+= -DMD5 -DSHA1 -DRMD160
DPADD= ${LIBMD}
LDADD= -lmd
-.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud