add specific mailer uid/gid to run as
[unix-history] / usr / src / usr.sbin / mtree / Makefile
CommitLineData
784a5926 1# @(#)Makefile 8.1 (Berkeley) %G%
550eda10 2
de44f698 3PROG= mtree
0330cd99 4#CFLAGS+=-DDEBUG
275bb093
KB
5SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c
6.PATH: ${.CURDIR}/../../usr.bin/cksum
3a8edca2 7
de44f698 8.include <bsd.prog.mk>