]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/zdump/Makefile
ota: Merge one true awk 20240422 (a3b68e649d2d)
[FreeBSD/FreeBSD.git] / usr.sbin / zdump / Makefile
1
2 .PATH: ${SRCTOP}/contrib/tzcode
3
4 PROG=   zdump
5 MAN=    zdump.8
6 SRCS=   zdump.c
7
8 CFLAGS+= -I${SRCTOP}/contrib/tzcode -include tzconfig.h
9
10 .include <bsd.prog.mk>