diff options
author | Warner Losh <imp@FreeBSD.org> | 2001-11-04 23:10:39 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2001-11-04 23:10:39 +0000 |
commit | 1fddc467ee2a557b39f0ebbef5683e399d16a347 (patch) | |
tree | 2737947f3acc5e832e4b8c7739200dfd4bebf5f6 /sys/conf/Makefile.pc98 | |
parent | 7b109fa404769cc3808a613868d3f707b6fb0b24 (diff) |
Move machine link creation from genassym to kernel-depend, per nyan@
Notes
Notes:
svn path=/head/; revision=86048
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r-- | sys/conf/Makefile.pc98 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index e92f5d571528..3c2ac5a2ee45 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -30,7 +30,7 @@ S= ../../.. .endif .include "$S/conf/kern.pre.mk" -EXTRA_GENASSYM=rm -f ./machine ; ln -s $S/$M/include ./machine +EXTRA_KERNELDEP=rm -f ./machine ; ln -s $S/$M/include ./machine MKMODULESENV+= MACHINE=pc98 %BEFORE_DEPEND |