diff --git a/usr.sbin/mtree/Makefile b/usr.sbin/mtree/Makefile index 82138547676d..646cb413ac89 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}