mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
b927953652
The renames are in spirit of DragonflyBSD, to keep diff minimal. PR: bin/140060 Approved by: ed (co-mentor)
9 lines
77 B
Makefile
9 lines
77 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= nos-tun
|
|
MAN= nos-tun.8
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|
|
|