NetBSD/usr.sbin/mtree/Makefile

8 lines
142 B
Makefile
Raw Normal View History

1993-03-21 12:45:37 +03:00
# @(#)Makefile 5.4 (Berkeley) 5/25/90
PROG= mtree
SRCS= compare.c create.c mtree.c spec.c verify.c
.PATH: ${.CURDIR}
.include <bsd.prog.mk>