summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.ia64
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-04-13 14:49:57 +0000
committerimp <imp@FreeBSD.org>2005-04-13 14:49:57 +0000
commit64504c2ac73bfa9aa7564ffd04b0c35a30e5b4d6 (patch)
treec290c66da70b002be41f766de9aba9416ad280c4 /sys/conf/Makefile.ia64
parent5265e5d284856dbaffb4543bbbce2211f30edc53 (diff)
downloadFreeBSD-src-64504c2ac73bfa9aa7564ffd04b0c35a30e5b4d6.zip
FreeBSD-src-64504c2ac73bfa9aa7564ffd04b0c35a30e5b4d6.tar.gz
Never hardcode /sys into these Makefiles. The proper way to spell it is $S.
Also, move the -I stuff to the centralized kern.pre.mk. However, it might be better to add these flags to files.conf. This is a short term fix to fix the broken builds on my machine (I don't have a valid /sys link).
Diffstat (limited to 'sys/conf/Makefile.ia64')
-rw-r--r--sys/conf/Makefile.ia642
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64
index 2c9aa78..671d01c 100644
--- a/sys/conf/Makefile.ia64
+++ b/sys/conf/Makefile.ia64
@@ -52,6 +52,4 @@ ASM_CFLAGS= -x assembler-with-cpp -Wa,-x -DLOCORE ${CFLAGS}
%RULES
-CFLAGS+=-I/sys/dev/twa
-
.include "$S/conf/kern.post.mk"
OpenPOWER on IntegriCloud