summaryrefslogtreecommitdiffstats
path: root/sys/boot/alpha
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-08-31 11:01:20 +0000
committerbde <bde@FreeBSD.org>2001-08-31 11:01:20 +0000
commitda7bfcdf0c068abf5067b8a83689c247313e7403 (patch)
tree07fb6b4db16ff62e5a9f75be86865a1301eebd60 /sys/boot/alpha
parentda7d969a02af06eb75fb6c18fce16a6a188167e4 (diff)
downloadFreeBSD-src-da7bfcdf0c068abf5067b8a83689c247313e7403.zip
FreeBSD-src-da7bfcdf0c068abf5067b8a83689c247313e7403.tar.gz
Don't clobber the default for CFLAGS.
Reviewed by: dfr
Diffstat (limited to 'sys/boot/alpha')
-rw-r--r--sys/boot/alpha/libalpha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/alpha/libalpha/Makefile b/sys/boot/alpha/libalpha/Makefile
index 702f6d51..0abacda 100644
--- a/sys/boot/alpha/libalpha/Makefile
+++ b/sys/boot/alpha/libalpha/Makefile
@@ -7,7 +7,7 @@ INTERNALLIB= true
# XXX hack to pick up stand.h
LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand
-CFLAGS= -I${LIBSTANDDIR}
+CFLAGS+= -I${LIBSTANDDIR}
CFLAGS+= -DDEBUG
# Pick up the bootstrap header for some interface items
OpenPOWER on IntegriCloud