Browse Source

sync

OPENBSD_2_0
deraadt 28 years ago
parent
commit
dae7f8cf22
1 changed files with 20 additions and 2 deletions
  1. +20
    -2
      src/etc/etc.x68k/Makefile.inc

+ 20
- 2
src/etc/etc.x68k/Makefile.inc View File

@ -1,7 +1,25 @@
# $NetBSD: Makefile.inc,v 1.1.1.1 1996/05/19 12:35:19 oki Exp $
# $NetBSD: Makefile.inc,v 1.2 1996/05/21 15:15:18 oki Exp $
#
# etc.x68k/Makefile.inc -- x68k-specific etc Makefile targets
#
.ifdef DESTDIR
LOCALTIME= Japan
snap_md: netbsd-generic netbsd-all
cp ${.CURDIR}/../sys/arch/x68k/compile/GENERIC/netbsd.gz \
${DESTDIR}/snapshot/netbsd-generic.gz
cp ${.CURDIR}/../sys/arch/x68k/compile/ALL/netbsd.gz \
${DESTDIR}/snapshot/netbsd-all.gz
netbsd-generic:
cd ${.CURDIR}/../sys/arch/x68k/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/x68k/compile/GENERIC && \
make clean && make depend && make && gzip -9 netbsd
netbsd-all:
cd ${.CURDIR}/../sys/arch/x68k/conf && config ALL
cd ${.CURDIR}/../sys/arch/x68k/compile/ALL && \
make clean && make depend && make && gzip -9 netbsd
.endif # DESTDIR check

Loading…
Cancel
Save