mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
9 lines
75 B
Makefile
9 lines
75 B
Makefile
|
|
#
|
||
|
|
# $FreeBSD$
|
||
|
|
#
|
||
|
|
PROG= runtest
|
||
|
|
MAN=
|
||
|
|
SRCS= runtest.c
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|