Move bsd.kern.mk from /usr/src/share/mk to /usr/src/sys/conf and
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 15 Nov 2003 19:01:35 +0000 (19:01 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 15 Nov 2003 19:01:35 +0000 (19:01 +0000)
commit5e9c10618c2cd8af81febd7cfe964307e9c42d2c
tree8525aee7c63ee875c47fd2a1c4154e153b7bfd89
parente9ddd87bc4bbc2a0fa4d58b8dca08dd08cf1e03e
Move bsd.kern.mk from /usr/src/share/mk to /usr/src/sys/conf and
unconditionally include it in the various Makefile's that reference it.
This ensures that the proper bsd.kern.mk is used.
12 files changed:
share/mk/Makefile
sys/conf/Makefile.alpha
sys/conf/Makefile.i386
sys/conf/Makefile.pc98
sys/conf/bsd.kern.mk [moved from share/mk/bsd.kern.mk with 94% similarity]
sys/conf/kmod.mk
sys/i386/boot/biosboot/Makefile
sys/i386/boot/cdboot/Makefile
sys/i386/boot/rawboot/Makefile
sys/platform/pc32/boot/biosboot/Makefile
sys/platform/pc32/boot/cdboot/Makefile
sys/platform/pc32/boot/rawboot/Makefile