summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cvs/Makefile.bsd-wrapper6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
index cd3b0b14598..b2645396674 100644
--- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $Id: Makefile.bsd-wrapper,v 1.1 1995/12/19 09:23:39 deraadt Exp $
+# $Id: Makefile.bsd-wrapper,v 1.2 1995/12/19 10:43:28 deraadt Exp $
all: config.status
${MAKE}
@@ -6,10 +6,10 @@ all: config.status
.FORCE: .IGNORE
config: .FORCE
- ${.CURDIR}/configure --prefix=/usr
+ sh ${.CURDIR}/configure --prefix=/usr
config.status:
- ${.CURDIR}/configure --prefix=/usr
+ sh ${.CURDIR}/configure --prefix=/usr
install:
${MAKE} prefix=${DESTDIR}/usr install