diff options
| author | bjh21 <bjh21@NetBSD.org> | 2002-04-04 23:30:35 +0000 |
|---|---|---|
| committer | bjh21 <bjh21@NetBSD.org> | 2002-04-04 23:30:35 +0000 |
| commit | f6df033e2df36c3565371c3cb306e589d358df88 (patch) | |
| tree | 366f5a7738d78247ce59cf42ce814ace6544a8b3 | |
| parent | 769ca97e2b3c338e30a7901d13a73230fc1f344a (diff) | |
Descend into distrib so as to ensure the INSTALL notes get built.
| -rw-r--r-- | etc/etc.cats/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.cats/Makefile.inc b/etc/etc.cats/Makefile.inc index da4e2ce9790..7fdbab36a3d 100644 --- a/etc/etc.cats/Makefile.inc +++ b/etc/etc.cats/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.3 2002/03/31 16:07:54 bjh21 Exp $ +# $NetBSD: Makefile.inc,v 1.4 2002/04/04 23:30:35 bjh21 Exp $ # # etc.cats/Makefile.inc -- cats-specific etc Makefile targets # @@ -15,7 +15,7 @@ snap_md_post: .ifndef UPDATE cd ${.CURDIR}/../distrib && ${MAKE} cleandir .endif -# cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} + cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} # cd ${.CURDIR}/../distrib/cats && ${MAKE} release cd ${.CURDIR}/../distrib/notes && ${MAKE} release # ${MAKESUMS} -t ${RELEASEDIR}/installation/kernel '*.gz' |
