NetBSD/usr.sbin/mtree/Makefile

11 lines
260 B
Makefile
Raw Normal View History

1995-03-08 00:12:04 +03:00
# $NetBSD: Makefile,v 1.8 1995/03/07 21:12:04 cgd Exp $
1995-03-07 18:28:32 +03:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
PROG= mtree
#CFLAGS+=-DDEBUG
1994-12-22 14:32:57 +03:00
MAN= mtree.8
SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c
1993-11-02 11:43:48 +03:00
.PATH: ${.CURDIR}/../../usr.bin/cksum
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>