Browse Source

put a kernel in the snap & release

OPENBSD_2_1
deraadt 27 years ago
parent
commit
daa784fb59
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/etc/etc.pmax/Makefile.inc

+ 3
- 1
src/etc/etc.pmax/Makefile.inc View File

@ -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* \


Loading…
Cancel
Save