]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/apply/Makefile
Import tzdata 2019c.
[FreeBSD/FreeBSD.git] / usr.bin / apply / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PROG=   apply
7
8 LIBADD= sbuf
9
10 .if ${MK_TESTS} != "no"
11 SUBDIR+= tests
12 .endif
13
14 .include <bsd.prog.mk>