mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
8 lines
74 B
Makefile
8 lines
74 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PROG= daemon
|
||
|
|
WARNS?= 2
|
||
|
|
MAN= daemon.8
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|