diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-02 15:34:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-02 15:34:16 +0000 |
commit | 3f58e548165427d93d11d6cb74b3c5e7c085075e (patch) | |
tree | 4edb1471a86558a2ce41a398b24f75321182f40f /distrib | |
parent | dc196870f064e357920ea816cb94a895affeca3e (diff) |
install targ
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/notes/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/distrib/notes/Makefile b/distrib/notes/Makefile index 6e9be42c7ce..87437387664 100644 --- a/distrib/notes/Makefile +++ b/distrib/notes/Makefile @@ -19,4 +19,7 @@ $(TARG): $(DEP) clean cleandir: /bin/rm INSTALL.* +beforeinstall: + cp ${TARG} ${DESTDIR}/snapshot/ + .include <bsd.prog.mk> |