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/rcs/Makefile.bsd-wrapper | |
parent | ee395265e02f5a44e7cab0d29138e2ec1f2d1f4d (diff) |
respect NOMAN during install
Diffstat (limited to 'gnu/usr.bin/rcs/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/usr.bin/rcs/Makefile.bsd-wrapper | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/rcs/Makefile.bsd-wrapper b/gnu/usr.bin/rcs/Makefile.bsd-wrapper index d7391f70db9..45f6d777f11 100644 --- a/gnu/usr.bin/rcs/Makefile.bsd-wrapper +++ b/gnu/usr.bin/rcs/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.10 1997/06/23 12:13:49 kstailey Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.11 1997/06/23 22:20:27 kstailey Exp $ MAN= man/ci.1 man/co.1 man/ident.1 man/merge.1 man/rcs.1 man/rcsclean.1 \ man/rcsdiff.1 man/rcsfile.5 man/rcsfreeze.1 man/rcsintro.1 \ @@ -22,6 +22,11 @@ config.status: rcsfile.5: (cd man ; ${MAKE} ${GNUCFLAGS} rcsfile.5) +.ifdef NOMAN +maninstall: + @echo NOMAN is set +.endif + install: maninstall ${MAKE} ${GNUCFLAGS} prefix=${DESTDIR}/usr \ bindir=${DESTDIR}/usr/bin INSTALL_MAN= install |