mirror of
https://github.com/opnsense/src.git
synced 2026-03-07 07:44:13 -05:00
10 lines
91 B
Makefile
10 lines
91 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PROGS= listen connect
|
||
|
|
MAN=
|
||
|
|
WARNS?= 6
|
||
|
|
|
||
|
|
test: ${PROGS}
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|