From daa784fb591b7a75e12f69374305ac2204c32b93 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 5 May 1997 07:54:55 +0000 Subject: [PATCH] put a kernel in the snap & release --- src/etc/etc.pmax/Makefile.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/etc/etc.pmax/Makefile.inc b/src/etc/etc.pmax/Makefile.inc index 01fd3343..9bc8ba3c 100644 --- a/src/etc/etc.pmax/Makefile.inc +++ b/src/etc/etc.pmax/Makefile.inc @@ -1,11 +1,13 @@ # # etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets # -# $Id: Makefile.inc,v 1.2 1997/01/21 12:02:57 graichen Exp $ +# $Id: Makefile.inc,v 1.3 1997/05/05 07:54:55 deraadt Exp $ .ifdef DESTDIR snap_md: binutils bsd + cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \ + ${DESTDIR}/snapshot/bsd binutils: cd ${DESTDIR} && tar cf - usr/*openbsd* \