]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/apply/Makefile
bhyvectl(8): Normalize the man page date
[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 HAS_TESTS=
11 SUBDIR.${MK_TESTS}+= tests
12
13 .include <bsd.prog.mk>