diff options
author | 1996-03-06 17:54:06 +0000 | |
---|---|---|
committer | 1996-03-06 17:54:06 +0000 | |
commit | 6a33de6433449fdaf33962ce6f6bcb1019f9366c (patch) | |
tree | aaf14f2aeb855c7ff95c3354b40a4fd0abd7c214 | |
parent | Changes according to the /sys/netinet/tcp_var.h changes. (diff) | |
download | wireguard-openbsd-6a33de6433449fdaf33962ce6f6bcb1019f9366c.tar.xz wireguard-openbsd-6a33de6433449fdaf33962ce6f6bcb1019f9366c.zip |
rm '-f' config.cache
-rw-r--r-- | gnu/usr.bin/cvs/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper index 4db64b4c792..56ff0271db2 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.11 1996/02/06 03:38:29 etheisen Exp $ +# $Id: Makefile.bsd-wrapper,v 1.12 1996/03/06 17:54:06 david Exp $ MAN= man/cvs.1 man/cvs.5 man/cvsbug.8 man/cvsinit.8 man/mkmodules.1 GNUCFLAGS= CFLAGS="${CFLAGS}" @@ -11,7 +11,7 @@ all: config.status .FORCE: .IGNORE config: .FORCE - -rm config.cache + -rm -f config.cache sh ${.CURDIR}/configure --prefix=/usr --with-krb4=/usr config.status: |