HardenedBSD/tools/regression/environ/Makefile.retention

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
158 B
Makefile
Raw Normal View History

#
#
SRCS= retention.c
PROG= retention
CFLAGS+=-Wall -I../../../include
CLEANFILES= *~ ${PROG}.core
MAN=
.include <bsd.prog.mk>
test: ${PROG}
@./${PROG}