diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-18 17:17:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-18 17:17:41 +0000 |
commit | b032c591fc96616a5663da6b4bffa988e7a039fe (patch) | |
tree | 2d604502bd8ba5cceea81d5c4175da4f2e2cb284 /etc/etc.pmax | |
parent | 804b9ee7e1e55305a39d9af075e6be189430a1e3 (diff) |
for architectures which go into src/distrib automatically, start at the
top level there...
Diffstat (limited to 'etc/etc.pmax')
-rw-r--r-- | etc/etc.pmax/Makefile.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.pmax/Makefile.inc b/etc/etc.pmax/Makefile.inc index 7bed59fb146..4488cf40ed7 100644 --- a/etc/etc.pmax/Makefile.inc +++ b/etc/etc.pmax/Makefile.inc @@ -1,11 +1,11 @@ # # etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets # -# $Id: Makefile.inc,v 1.7 1997/05/14 07:37:08 graichen Exp $ +# $Id: Makefile.inc,v 1.8 1997/09/18 17:17:39 deraadt Exp $ .ifdef DESTDIR -snap_md: binutils bsd simpleroot +snap_md: binutils bsd distrib cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd @@ -34,8 +34,8 @@ bsd.rz0: cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.rz0/bsd \ ${DESTDIR}/snapshot/bsd.rz0 -simpleroot: - cd ${.CURDIR}/../distrib/simpleroot && make cleandir && \ +distrib: + cd ${.CURDIR}/../distrib && make cleandir && \ make && make install .endif # DESTDIR check |