10e180cc49
will be fixed using the new .NOPATH make feature instead.
9 lines
167 B
Makefile
9 lines
167 B
Makefile
# $NetBSD: Makefile,v 1.4 1997/05/08 21:12:59 gwr Exp $
|
|
|
|
PROG= zdump
|
|
SRCS= zdump.c ialloc.c
|
|
MAN= zdump.8
|
|
|
|
.PATH: ${.CURDIR}/../../lib/libc/time
|
|
.include <bsd.prog.mk>
|