diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-05 15:14:42 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-05 15:14:42 +0000 |
commit | 0ca370db76401cb0adc79fd8df56ea7424c4a21c (patch) | |
tree | 7907141e05cc3935fd3d8a0a5300e0ed0c3bd0b8 /etc/etc.alpha | |
parent | 1d588330554eee144daebfaec284091d5ab40858 (diff) |
also install kernel into snapshot area
Diffstat (limited to 'etc/etc.alpha')
-rw-r--r-- | etc/etc.alpha/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.alpha/Makefile.inc b/etc/etc.alpha/Makefile.inc index a7cc5404550..130c745e4d7 100644 --- a/etc/etc.alpha/Makefile.inc +++ b/etc/etc.alpha/Makefile.inc @@ -1,11 +1,11 @@ # # etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets # -# $Id: Makefile.inc,v 1.2 1997/01/21 12:02:52 graichen Exp $ +# $Id: Makefile.inc,v 1.3 1997/05/05 15:14:41 graichen Exp $ .ifdef DESTDIR -# XXX - bsd will come then we have a GENERIC kernel -snap_md: binutils + +snap_md: binutils bsd binutils: cd ${DESTDIR} && tar cf - usr/*openbsd* \ |