Add release and snapshot targets. (They do the same thing.)

This commit is contained in:
cjs 1999-02-16 03:37:26 +00:00
parent e0a4cb2335
commit 0ce5d20c34

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.86 1999/02/13 02:54:17 lukem Exp $
# $NetBSD: Makefile,v 1.87 1999/02/16 03:37:26 cjs Exp $
.include <bsd.own.mk> # for configuration variables.
@ -118,4 +118,7 @@ build: beforeinstall
@echo -n "Build finished at: "
@date
release snapshot: build
(cd ${.CURDIR}/etc && make INSTALL_DONE=1 release)
.include <bsd.subdir.mk>