diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-30 16:16:04 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-30 16:16:04 +0000 |
commit | aeb854d1d3828c567db1ec0f13756a3ae46aa59a (patch) | |
tree | 3d848e3dca2222a864abac4709eb3b06ae97bd3e /gnu | |
parent | 5320e86e29660b7d174f02e3ee492faaf7ae7b0f (diff) |
No longer need make bug work-around.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/rcs/Makefile.bsd-wrapper | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/usr.bin/rcs/Makefile.bsd-wrapper b/gnu/usr.bin/rcs/Makefile.bsd-wrapper index fdf3a0917a0..a7bbdca401a 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.8 1997/04/27 20:55:57 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.9 1997/04/30 16:16:03 millert 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,11 +22,6 @@ config.status: rcsfile.5: (cd man ; ${MAKE} ${GNUCFLAGS} rcsfile.5) -# Cope with temporary make(1) bugs. This entire rule should be removed. -man/rcsfile.cat5: rcsfile.5 - @echo "${NROFF} -mandoc ${.OBJDIR}/man/rcsfile.5 > ${.TARGET}" - @${NROFF} -mandoc ${.OBJDIR}/man/rcsfile.5 > ${.TARGET} || (rm -f ${.TARGET}; false) - install: maninstall ${MAKE} ${GNUCFLAGS} prefix=${DESTDIR}/usr \ bindir=${DESTDIR}/usr/bin INSTALL_MAN= install |