mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
11 lines
166 B
Makefile
11 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/contrib/tzcode
|
|
|
|
PROG= zdump
|
|
MAN= zdump.8
|
|
SRCS= zdump.c
|
|
|
|
CFLAGS+= -I${SRCTOP}/contrib/tzcode -include tzconfig.h
|
|
|
|
.include <bsd.prog.mk>
|