Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v retrieving revision 1.198 retrieving revision 1.199 diff -u -p -r1.198 -r1.199 --- src/Makefile 2003/01/06 17:40:18 1.198 +++ src/Makefile 2003/01/26 06:19:12 1.199 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.198 2003/01/06 17:40:18 lukem Exp $ +# $NetBSD: Makefile,v 1.199 2003/01/26 06:19:12 lukem Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -241,6 +241,13 @@ installworld: @printf "make ${.TARGET} finished at: " && date # +# Create sets from $DESTDIR into $RELEASEDIR +# + +sets: + (cd ${.CURDIR}/distrib/sets && ${MAKE} maketars) + +# # Build a release or snapshot (implies "make build"). Note that # in this case, the set lists will be checked before the tar files # are made.