mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
15 lines
159 B
Makefile
15 lines
159 B
Makefile
#
|
|
#
|
|
SRCS= envctl.c
|
|
PROG= envctl
|
|
|
|
CFLAGS+=-Wall -I../../../include
|
|
|
|
CLEANFILES= ${PROG}.core
|
|
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
test: ${PROG}
|
|
@env -i sh envtest.t
|