mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 01:07:21 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
16 lines
158 B
Makefile
16 lines
158 B
Makefile
#
|
|
#
|
|
SRCS= retention.c
|
|
PROG= retention
|
|
|
|
CFLAGS+=-Wall -I../../../include
|
|
|
|
CLEANFILES= *~ ${PROG}.core
|
|
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
test: ${PROG}
|
|
@./${PROG}
|