mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Use CFLAGS instead of COPTS.
This commit is contained in:
parent
f218b7fcbb
commit
df755a4837
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ PROG= syslogd
|
|||
MAN= syslog.conf.5 syslogd.8
|
||||
SRCS= syslogd.c ttymsg.c
|
||||
|
||||
COPTS+= -DINET6 -I${.CURDIR}/../../usr.bin/wall
|
||||
CFLAGS+=-DINET6 -I${.CURDIR}/../../usr.bin/wall
|
||||
WARNS?= 1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue