mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
10 lines
148 B
Makefile
10 lines
148 B
Makefile
|
|
.PATH: ${SRCTOP}/contrib/tzcode
|
|
|
|
PROG= zic
|
|
MAN= zic.8
|
|
SRCS= zic.c
|
|
|
|
CFLAGS+= -I${SRCTOP}/contrib/tzcode -include tzconfig.h
|
|
|
|
.include <bsd.prog.mk>
|