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