mtree(8) wasn't a bootstrap tool since 2000/07/23 (Makefile.inc1,v 1.161).

This commit is contained in:
Ruslan Ermilov 2002-11-13 12:03:27 +00:00
parent 4192cfffe2
commit 26ffc9613f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106849

View File

@ -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>