NetBSD/usr.sbin/zdump/Makefile

9 lines
167 B
Makefile
Raw Normal View History

1995-03-11 04:14:25 +03:00
# $NetBSD: Makefile,v 1.2 1995/03/11 01:14:28 jtc Exp $
1995-03-10 10:17:05 +03:00
PROG= zdump
SRCS= zdump.c ialloc.c
MAN= zdump.8
.PATH: ${.CURDIR}/../../lib/libc/time
1995-03-11 04:14:25 +03:00
.include <bsd.prog.mk>