diff options
author | Warner Losh <imp@FreeBSD.org> | 2005-04-03 04:33:42 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2005-04-03 04:33:42 +0000 |
commit | cfaacd7f0ff88e2d78badd6d9cc689ce236c6aa2 (patch) | |
tree | 4ccc70d1e3c14d12e98688618d934827d7e35261 /sys/conf/Makefile.pc98 | |
parent | 47b563639b7f4bed4b456283056008297950b9b9 (diff) |
Now that we have proper links, no need to fake up ones as part of
depend. Now that we no longer need this hack, remove it.
Forgotten by: imp
Reminded by: nyan
Notes
Notes:
svn path=/head/; revision=144560
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r-- | sys/conf/Makefile.pc98 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index 181c9773d5e0..32bb6f0df136 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -30,7 +30,6 @@ S= ../../.. .endif .include "$S/conf/kern.pre.mk" -EXTRA_KERNELDEP=rm -f ./machine ; ln -s $S/$M/include ./machine MKMODULESENV+= MACHINE=pc98 %BEFORE_DEPEND |