mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 08:02:24 -04:00
5 lines
69 B
Makefile
5 lines
69 B
Makefile
PROG= rstcode
|
|
CFLAGS+= -DBSD -O
|
|
NOMAN= yes
|
|
|
|
.include <bsd.prog.mk>
|