From 33ad4fc9d391590a4a747525d9631888d41bb3ba Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sat, 10 May 1997 22:38:20 +0000 Subject: [PATCH] build simpleroot --- src/etc/etc.pmax/Makefile.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/etc/etc.pmax/Makefile.inc b/src/etc/etc.pmax/Makefile.inc index 9bc8ba3c..6af8e01d 100644 --- a/src/etc/etc.pmax/Makefile.inc +++ b/src/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