Browse Source

build simpleroot

OPENBSD_2_1
deraadt 27 years ago
parent
commit
33ad4fc9d3
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      src/etc/etc.pmax/Makefile.inc

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

@ -1,11 +1,11 @@
#
# etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets
#
# $Id: Makefile.inc,v 1.3 1997/05/05 07:54:55 deraadt Exp $
# $Id: Makefile.inc,v 1.4 1997/05/10 22:38:20 deraadt Exp $
.ifdef DESTDIR
snap_md: binutils bsd
snap_md: binutils bsd simpleroot
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
@ -20,4 +20,8 @@ bsd:
cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
simpleroot:
cd ${.CURDIR}/../distrib/simpleroot && make cleandir && \
make && make install
.endif # DESTDIR check

Loading…
Cancel
Save