summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs/Makefile.bsd-wrapper
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-01-30 01:10:57 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-01-30 01:10:57 +0000
commit9fc47a17c64634c91b707b33f46f9649bb622dd7 (patch)
tree0ff1acc044002d482e2f92109ed855e497946d42 /gnu/usr.bin/cvs/Makefile.bsd-wrapper
parent285efe518501c0d31600b9106d0d5ba42252213e (diff)
Integrate local changes
Diffstat (limited to 'gnu/usr.bin/cvs/Makefile.bsd-wrapper')
-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 256db80da89..da2104a3fe5 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.7 1996/01/01 23:51:27 deraadt Exp $
+# $Id: Makefile.bsd-wrapper,v 1.8 1996/01/30 01:09:32 tholo Exp $
MAN= man/cvs.1 man/cvs.5 man/cvsbug.8 man/cvsinit.8 man/mkmodules.1
@@ -8,10 +8,10 @@ all: config.status
.FORCE: .IGNORE
config: .FORCE
- sh ${.CURDIR}/configure --prefix=/usr
+ sh ${.CURDIR}/configure --prefix=/usr --with-krb4=/usr
config.status:
- sh ${.CURDIR}/configure --prefix=/usr
+ sh ${.CURDIR}/configure --prefix=/usr --with-krb4=/usr
install: maninstall
${MAKE} prefix=${DESTDIR}/usr infodir=${DESTDIR}/usr/share/info \