mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
Backed out previous commit (bogus addition of -static to CFLAGS).
Sorted macros (in build order).
This commit is contained in:
parent
25a4adcec4
commit
487fc28686
1 changed files with 2 additions and 3 deletions
|
|
@ -4,9 +4,8 @@
|
|||
|
||||
PROG= fdcontrol
|
||||
SRCS= fdcontrol.c fdutil.c
|
||||
CFLAGS+= -I${.CURDIR}/../fdread
|
||||
WARNS?= 2
|
||||
MAN= fdcontrol.8
|
||||
|
||||
WARNS?= 2
|
||||
CFLAGS+= -I${.CURDIR}/../fdread -static
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue