From 58095102ff0cd586774f698638a4a022add1b5f7 Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 23 Jul 2000 06:15:54 +0000 Subject: 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. --- usr.sbin/mtree/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.sbin/mtree/Makefile') 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} -- cgit v1.1