diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-10 22:38:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-10 22:38:21 +0000 |
commit | 2996a57a982252c59366f92b8e64710ffa710cd8 (patch) | |
tree | 043d035a3869d9e1188d9c4f300e8f6aab745781 /etc | |
parent | 70a2246ac7cb8c25d8deecb36ee8c255dad886f7 (diff) |
build simpleroot
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.pmax/Makefile.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/etc.pmax/Makefile.inc b/etc/etc.pmax/Makefile.inc index 9bc8ba3c854..6af8e01dc81 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.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 |