f93afa00e9
NETBSDSRCDIR is used all over the place anyway, and this reduces our diff with NetBSD a little.
11 lines
209 B
Makefile
11 lines
209 B
Makefile
.include <bsd.own.mk>
|
|
|
|
PROG= zdump
|
|
SRCS= zdump.c ialloc.c
|
|
TZDIR= /usr/share/zoneinfo
|
|
CPPFLAGS+= -DHAVE_ADJTIME=0 -DTZDIR=\"$(TZDIR)\"
|
|
MAN= zdump.8
|
|
|
|
.PATH: ${NETBSDSRCDIR}/lib/libc/time
|
|
|
|
.include <bsd.prog.mk>
|