summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-07-23 06:15:54 +0000
committerimp <imp@FreeBSD.org>2000-07-23 06:15:54 +0000
commit58095102ff0cd586774f698638a4a022add1b5f7 (patch)
treee43ae651219af62ba23e2a075338f4218c4ba255 /usr.sbin/mtree/Makefile
parent90b09c328d3d2e0d53f3ad25160331d40536102d (diff)
downloadFreeBSD-src-58095102ff0cd586774f698638a4a022add1b5f7.zip
FreeBSD-src-58095102ff0cd586774f698638a4a022add1b5f7.tar.gz
First attempt to fix a buildworld from -stable machine. Explicitly
include strtofflags.c from lib/libc/gen when building mtree until the current dependency mess with mtree is fixed.
Diffstat (limited to 'usr.sbin/mtree/Makefile')
-rw-r--r--usr.sbin/mtree/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/mtree/Makefile b/usr.sbin/mtree/Makefile
index 8213854..646cb41 100644
--- a/usr.sbin/mtree/Makefile
+++ b/usr.sbin/mtree/Makefile
@@ -2,9 +2,10 @@
# $FreeBSD$
PROG= mtree
-SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c
+SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c \
+ strtofflags.c
+.PATH: ${.CURDIR}/../../usr.bin/cksum ${.CURDIR}/../../lib/libc/gen
MAN8= mtree.8
-.PATH: ${.CURDIR}/../../usr.bin/cksum
.if !defined(WORLD)
DPADD+= ${LIBMD}
OpenPOWER on IntegriCloud