mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
5 lines
66 B
Makefile
5 lines
66 B
Makefile
PROG= load
|
|
CFLAGS+= -DBSD -O
|
|
NOMAN= yes
|
|
|
|
.include <bsd.prog.mk>
|