diff options
author | jkh <jkh@FreeBSD.org> | 2000-12-01 22:00:33 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2000-12-01 22:00:33 +0000 |
commit | e957a4f81c06d91bc2df305a5d8db0a320af34a8 (patch) | |
tree | 5416bf6567e07ee32a40c26678e70bc496c1f1eb /Makefile | |
parent | 9e0ca1c338c6f96b52a27c458987e614e50e4443 (diff) | |
download | FreeBSD-src-e957a4f81c06d91bc2df305a5d8db0a320af34a8.zip FreeBSD-src-e957a4f81c06d91bc2df305a5d8db0a320af34a8.tar.gz |
Also list kernel target so one can get to it.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -86,9 +86,9 @@ # TGTS= afterdistribute all buildkernel buildworld checkdpadd clean \ cleandepend cleandir depend distribute distribworld everything \ - hierarchy includes install installkernel reinstallkernel installmost \ - installworld libraries lint maninstall mk most obj objlink regress \ - rerelease tags update + hierarchy includes install installkernel kernel 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 |