diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 22:20:29 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 22:20:29 +0000 |
commit | f117bcdcb3d1667b3f1b0eda5c6389ba8dce21da (patch) | |
tree | fad6e49a5ab2f7d99d14e41d4cd220f3a62ca649 /gnu/usr.bin/cvs | |
parent | ee395265e02f5a44e7cab0d29138e2ec1f2d1f4d (diff) |
respect NOMAN during install
Diffstat (limited to 'gnu/usr.bin/cvs')
-rw-r--r-- | gnu/usr.bin/cvs/Makefile.bsd-wrapper | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper index ac6ba1ddef0..daa50c7182f 100644 --- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper +++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.24 1997/06/23 03:57:23 kstailey Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.25 1997/06/23 22:20:24 kstailey Exp $ .include <bsd.own.mk> @@ -27,6 +27,11 @@ config: .FORCE config.status: sh ${.CURDIR}/configure --prefix=/usr ${KRB} +.ifdef NOMAN +maninstall: + @echo NOMAN is set +.endif + install: maninstall ${MAKE} ${GNUCFLAGS} prefix=${DESTDIR}/usr \ infodir=${DESTDIR}/usr/share/info \ |