NetBSD/usr.sbin/zdump/Makefile

9 lines
167 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 1997/05/08 21:12:59 gwr 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>