From 2996a57a982252c59366f92b8e64710ffa710cd8 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 10 May 1997 22:38:21 +0000 Subject: build simpleroot --- etc/etc.pmax/Makefile.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'etc') 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 -- cgit v1.2.3