summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.pc98
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.pc98
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.pc98')
-rw-r--r--sys/conf/Makefile.pc982
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index 337b9b7..32bb6f0 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -46,6 +46,4 @@ MKMODULESENV+= MACHINE=pc98
%RULES
-CFLAGS+=-I/sys/dev/twa
-
.include "$S/conf/kern.post.mk"
OpenPOWER on IntegriCloud