summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-09-19 11:15:40 +0000
committerMark Murray <markm@FreeBSD.org>2000-09-19 11:15:40 +0000
commit737ffab782627e54e2dd1298bf6676be032057f9 (patch)
treee9555141a110c43b2f18746152752c48f62a844b /Makefile
parent8563f77dc90160c66f0ff92d8049c9d87f0e30fb (diff)
downloadsrc-test-737ffab782627e54e2dd1298bf6676be032057f9.tar.gz
src-test-737ffab782627e54e2dd1298bf6676be032057f9.zip
Pass the reinstallkernel target through from Makefile to Makefile.inc1.
Notes
Notes: svn path=/head/; revision=66071
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 22e3b3dcb0d31..440a72840b682 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@
# world - buildworld + installworld.
# buildkernel - Rebuild the kernel and the kernel-modules.
# installkernel - Install the kernel and the kernel-modules.
+# reinstallkernel - Reinstall the kernel and the kernel-modules.
# update - Convenient way to update your source tree (cvs).
# upgrade - Upgrade a.out (2.2.x/3.0) system to the new ELF way
# most - Build user commands, no libraries or include files.
@@ -84,8 +85,9 @@
#
TGTS= afterdistribute all buildkernel buildworld checkdpadd clean \
cleandepend cleandir depend distribute everything hierarchy includes \
- install installkernel installmost installworld libraries lint \
- maninstall mk most obj objlink regress rerelease tags update
+ install installkernel reinstallkernel installmost installworld \
+ libraries lint maninstall mk most obj objlink regress rerelease \
+ tags update
PATH= /sbin:/bin:/usr/sbin:/usr/bin
MAKE= PATH=${PATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1