c0c8d25799
Makes things easier for pkgsrc
11 lines
214 B
Makefile
11 lines
214 B
Makefile
.include <bsd.own.mk>
|
|
|
|
PROG= zic
|
|
SRCS= zic.c scheck.c ialloc.c
|
|
TZDIR= /usr/share/zoneinfo
|
|
CPPFLAGS+= -DHAVE_ADJTIME=0 -DTZDIR=\"$(TZDIR)\"
|
|
MAN= zic.8
|
|
|
|
.PATH: ${MINIXSRCDIR}/lib/libc/stdtime
|
|
|
|
.include <bsd.prog.mk>
|