Add release and snapshot targets. (They do the same thing.)
This commit is contained in:
parent
e0a4cb2335
commit
0ce5d20c34
5
Makefile
5
Makefile
@ -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.
|
.include <bsd.own.mk> # for configuration variables.
|
||||||
|
|
||||||
@ -118,4 +118,7 @@ build: beforeinstall
|
|||||||
@echo -n "Build finished at: "
|
@echo -n "Build finished at: "
|
||||||
@date
|
@date
|
||||||
|
|
||||||
|
release snapshot: build
|
||||||
|
(cd ${.CURDIR}/etc && make INSTALL_DONE=1 release)
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user