NetBSD/usr.sbin/mtree/Makefile

19 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.25 2002/11/30 03:10:57 lukem Exp $
# from: @(#)Makefile 8.2 (Berkeley) 4/27/95
.include <bsd.own.mk>
PROG= mtree
#CPPFLAGS+=-DDEBUG
MAN= mtree.8
SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c \
getid.c stat_flags.c pack_dev.c
WARNS?= 2
CPPFLAGS+= -I${NETBSDSRCDIR}/bin/ls -I${NETBSDSRCDIR}/sbin/mknod
.PATH: ${NETBSDSRCDIR}/bin/ls ${NETBSDSRCDIR}/sbin/mknod
.ifndef HOSTPROG
.include <bsd.prog.mk>
.endif