mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
18 lines
162 B
Makefile
18 lines
162 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
PROG=p1003_1b
|
||
|
|
|
||
|
|
SRCS=\
|
||
|
|
fifo.c \
|
||
|
|
main.c \
|
||
|
|
memlock.c \
|
||
|
|
prutil.c \
|
||
|
|
p26.c \
|
||
|
|
sched.c \
|
||
|
|
yield.c
|
||
|
|
|
||
|
|
NOMAN=1
|
||
|
|
|
||
|
|
COPTS+=-DNO_MEMLOCK
|
||
|
|
.include <bsd.prog.mk>
|