diff options
author | imp <imp@FreeBSD.org> | 2005-04-13 14:49:57 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-04-13 14:49:57 +0000 |
commit | 64504c2ac73bfa9aa7564ffd04b0c35a30e5b4d6 (patch) | |
tree | c290c66da70b002be41f766de9aba9416ad280c4 /sys/conf/Makefile.sparc64 | |
parent | 5265e5d284856dbaffb4543bbbce2211f30edc53 (diff) | |
download | FreeBSD-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.sparc64')
-rw-r--r-- | sys/conf/Makefile.sparc64 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64 index 82d980d..4f6888e 100644 --- a/sys/conf/Makefile.sparc64 +++ b/sys/conf/Makefile.sparc64 @@ -46,6 +46,4 @@ MDOBJS= exception.o interrupt.o %RULES -CFLAGS+=-I/sys/dev/twa - .include "$S/conf/kern.post.mk" |