diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-26 21:45:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-26 21:45:18 +0000 |
commit | 3dbb7147956de478b811e4e8ba644e5397561d57 (patch) | |
tree | 37a71c22b391ca7498d96c03965efd3ce18a0c3b /etc/etc.pmax | |
parent | 4498deb823507dcd06c71283c7b56fbc8719dc2e (diff) |
oops
Diffstat (limited to 'etc/etc.pmax')
-rw-r--r-- | etc/etc.pmax/Makefile.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/etc.pmax/Makefile.inc b/etc/etc.pmax/Makefile.inc index 98463c863d2..f6300edbc59 100644 --- a/etc/etc.pmax/Makefile.inc +++ b/etc/etc.pmax/Makefile.inc @@ -1,11 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.10 1997/09/26 21:39:25 maja Exp $ +# $OpenBSD: Makefile.inc,v 1.11 1997/09/26 21:45:17 deraadt Exp $ # etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets .ifdef DESTDIR -snap_md: binutils bsd distrib - cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC/bsd \ - ${DESTDIR}/snapshot/bsd +snap_md: binutils bsd bsd.nfs bsd.rz0 distrib binutils: cd ${DESTDIR} && tar cf - usr/*openbsd* \ |