Browse Source

Update.

OPENBSD_2_1
downsj 27 years ago
parent
commit
a9f411f465
1 changed files with 14 additions and 14 deletions
  1. +14
    -14
      src/etc/etc.hp300/Makefile.inc

+ 14
- 14
src/etc/etc.hp300/Makefile.inc View File

@ -1,29 +1,29 @@
# $OpenBSD: Makefile.inc,v 1.3 1997/02/03 07:02:10 downsj Exp $
# $OpenBSD: Makefile.inc,v 1.4 1997/02/19 10:07:26 downsj Exp $
# $NetBSD: Makefile.inc,v 1.2 1996/03/22 05:14:27 scottr Exp $
#
# etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets
.ifdef DESTDIR
snap_md: netbsd-gen.gz netbsd-dl.gz
snap_md: bsd-gen.gz bsd-dl.gz
netbsd-gen:
cd ${.CURDIR}/../sys/arch/hp300/conf && config.old GENERIC
bsd-gen:
cd ${.CURDIR}/../sys/arch/hp300/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/hp300/compile/GENERIC && \
make clean && make depend && make
cp ${.CURDIR}/../sys/arch/hp300/compile/GENERIC/netbsd \
${DESTDIR}/snapshot/netbsd-gen
cp ${.CURDIR}/../sys/arch/hp300/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd-gen
netbsd-dl:
cd ${.CURDIR}/../sys/arch/hp300/conf && config.old DISKLESS
bsd-dl:
cd ${.CURDIR}/../sys/arch/hp300/conf && config DISKLESS
cd ${.CURDIR}/../sys/arch/hp300/compile/DISKLESS && \
make clean && make depend && make
cp ${.CURDIR}/../sys/arch/hp300/compile/DISKLESS/netbsd \
${DESTDIR}/snapshot/netbsd-dl
cp ${.CURDIR}/../sys/arch/hp300/compile/DISKLESS/bsd \
${DESTDIR}/snapshot/bsd-dl
netbsd-gen.gz: netbsd-gen
gzip -f9 ${DESTDIR}/snapshot/netbsd-gen
bsd-gen.gz: bsd-gen
gzip -f9 ${DESTDIR}/snapshot/bsd-gen
netbsd-dl.gz: netbsd-dl
gzip -f9 ${DESTDIR}/snapshot/netbsd-dl
bsd-dl.gz: bsd-dl
gzip -f9 ${DESTDIR}/snapshot/bsd-dl
.endif # DESTDIR check

Loading…
Cancel
Save