diff options
Diffstat (limited to 'distrib/notes/Makefile')
-rw-r--r-- | distrib/notes/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile index 05628db6f0c..700e2ac226a 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2008/05/15 21:01:14 miod Exp $ +# $OpenBSD: Makefile,v 1.32 2009/04/17 03:58:54 deraadt Exp $ NOPROG= NOMAN= @@ -27,13 +27,15 @@ $(TARG): $(DEP) m4 -DOSREV=$(OSREV) -DOSrev=$(OSrev) -DINCLUDE=$(.CURDIR)/$M \ -DMACHINE=$M -Uunix $(SRC) > $@ -beforeinstall: - cp ${TARG} ${DESTDIR}/snapshot/ - .else all: .endif +.ifdef RELEASEDIR +beforeinstall: + cp ${TARG} ${RELEASEDIR} +.endif + clean: -/bin/rm -f INSTALL.* |