Browse Source

run distrib. bet this bombs still

OPENBSD_2_2
deraadt 27 years ago
parent
commit
9985a0639c
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      src/etc/etc.hp300/Makefile.inc

+ 6
- 2
src/etc/etc.hp300/Makefile.inc View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile.inc,v 1.10 1997/10/19 20:25:08 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.11 1997/10/19 20:36:13 deraadt Exp $
# etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets
.ifdef DESTDIR
snap_md: bsd bsd-dl bootblocks
snap_md: bsd bsd-dl bootblocks distrib
bsd:
cd ${.CURDIR}/../sys/arch/hp300/conf && config GENERIC
@ -21,4 +21,8 @@ bsd-dl:
bootblocks:
-cp -R ${DESTDIR}/usr/mdec/uboot.raw ${DESTDIR}/snapshot
distrib:
cd ${.CURDIR}/../distrib && make cleandir && \
make && make install
.endif # DESTDIR check

Loading…
Cancel
Save