mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
406d87b1c3
Sponsored by: The FreeBSD Foundation
10 lines
93 B
Makefile
10 lines
93 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= nos-tun
|
|
MAN= nos-tun.8
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|
|
|