mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05: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>
|