diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-10 22:38:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-10 22:38:31 +0000 |
commit | a800eb53feb0c2d12569b9dec9946bf8c61e8f27 (patch) | |
tree | 8d76dff5adad5b42c8df6e73d96be06c0d5dd4a6 /distrib/simpleroot | |
parent | 2996a57a982252c59366f92b8e64710ffa710cd8 (diff) |
install simpleroot
Diffstat (limited to 'distrib/simpleroot')
-rw-r--r-- | distrib/simpleroot/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/distrib/simpleroot/Makefile b/distrib/simpleroot/Makefile index 2097cdd31ba..60e20ee35f9 100644 --- a/distrib/simpleroot/Makefile +++ b/distrib/simpleroot/Makefile @@ -63,6 +63,9 @@ unconfig: clean cleandir: /bin/rm -f core ${IMAGE} +beforeinstall: + cp ${IMAGE} ${DESTDIR}/snapshot + .endif # DESTDIR check .include <bsd.obj.mk> .include <bsd.subdir.mk> |