Browse Source

my guess at what will make a full distribution

OPENBSD_3_1
deraadt 22 years ago
parent
commit
0fea887c5d
1 changed files with 17 additions and 5 deletions
  1. +17
    -5
      src/etc/etc.vax/Makefile.inc

+ 17
- 5
src/etc/etc.vax/Makefile.inc View File

@ -1,12 +1,24 @@
# $OpenBSD: Makefile.inc,v 1.2 1997/09/21 11:50:43 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.3 2002/02/15 01:33:31 deraadt Exp $
#
# etc.vax/Makefile.inc -- vax-specific etc Makefile targets
#
.ifdef DESTDIR
distribution: pcs750.bin
snap_md: bsd bootblocks distrib
pcs750.bin:
(cd etc.vax;uudecode pcs750.bin.uu)
bsd:
cd ${.CURDIR}/../sys/arch/vax/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/vax/compile/GENERIC && \
make clean && make depend && make
cp ${.CURDIR}/../sys/arch/vax/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
.endif
bootblocks:
cp ${DESTDIR}/usr/mdec/boot ${DESTDIR}/snapshot
mopa.out ${DESTDIR}/usr/mdec/boot ${DESTDIR}/snapshot/boot.mop
distrib:
cd ${.CURDIR}/../distrib && make cleandir && \
make && make install
.endif # DESTDIR check

Loading…
Cancel
Save