mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01:00
Use CFLAGS instead of COPTS.
This commit is contained in:
parent
f218b7fcbb
commit
df755a4837
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83245
@ -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 New Issue
Block a user