mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
18 lines
149 B
Makefile
18 lines
149 B
Makefile
|
|
PROG=p1003_1b
|
|
|
|
SRCS=\
|
|
fifo.c \
|
|
main.c \
|
|
memlock.c \
|
|
prutil.c \
|
|
p26.c \
|
|
sched.c \
|
|
yield.c
|
|
|
|
MAN=
|
|
|
|
CFLAGS+=-DNO_MEMLOCK
|
|
|
|
.include <bsd.prog.mk>
|