If AUDIT is defined, compile with -D__AUDIT__.
This commit is contained in:
parent
b2dd67104a
commit
7b36bd4442
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.sys.mk,v 1.20 1998/05/11 22:12:59 thorpej Exp $
|
||||
# $NetBSD: bsd.sys.mk,v 1.21 1998/07/27 13:16:52 mycroft Exp $
|
||||
#
|
||||
# Overrides used for NetBSD source tree builds.
|
||||
|
||||
|
@ -12,6 +12,10 @@ CPPFLAGS+= -nostdinc -idirafter ${DESTDIR}/usr/include
|
|||
LINTFLAGS+= -d ${DESTDIR}/usr/include
|
||||
.endif
|
||||
|
||||
.if defined(AUDIT)
|
||||
CPPFLAGS+= -D__AUDIT__
|
||||
.endif
|
||||
|
||||
# Helpers for cross-compiling
|
||||
HOST_CC?= cc
|
||||
HOST_CFLAGS?= -O
|
||||
|
|
Loading…
Reference in New Issue