diff options
Diffstat (limited to 'release/picobsd/isp/conf/Makefile')
-rw-r--r-- | release/picobsd/isp/conf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/isp/conf/Makefile b/release/picobsd/isp/conf/Makefile index af4b903f642e7..52a6b75c6e3b2 100644 --- a/release/picobsd/isp/conf/Makefile +++ b/release/picobsd/isp/conf/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1998/10/15 21:40:01 abial Exp $ +# $Id: Makefile,v 1.2 1998/09/29 12:12:47 abial Exp $ # SRC?=/usr/src @@ -17,5 +17,5 @@ $(KERNFILE): PICOBSD (cd ${CONF}; \ config ${CONFFILE}; \ cd ${COMPILE}; \ - make depend all) + make depend && make) |