diff options
author | 1995-12-19 10:43:28 +0000 | |
---|---|---|
committer | 1995-12-19 10:43:28 +0000 | |
commit | 43a51988ad10b36838eab851a5a4458e95ef5f1c (patch) | |
tree | f937ed8be6639ecab7510ae13efddd04cfb16e63 | |
parent | CVSREADONLYFS environment variable short-circuits read-only lock requirements (diff) | |
download | wireguard-openbsd-43a51988ad10b36838eab851a5a4458e95ef5f1c.tar.xz wireguard-openbsd-43a51988ad10b36838eab851a5a4458e95ef5f1c.zip |
sh configure script, in case it loses it's execute permission
-rw-r--r-- | gnu/usr.bin/cvs/Makefile.bsd-wrapper | 6 |
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 |