diff options
-rw-r--r-- | gnu/usr.bin/rcs/Makefile.bsd-wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/rcs/Makefile.bsd-wrapper b/gnu/usr.bin/rcs/Makefile.bsd-wrapper index d595ded83d8..39fc31f845f 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.1 1996/08/12 04:07:32 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 1996/08/15 11:36:33 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 \ @@ -17,6 +17,7 @@ config: .FORCE config.status: sh ${.CURDIR}/configure --with-diffutils --prefix=/usr + pic -n ${.CURDIR}/man/rcsfile.5in > man/rcsfile.5 install: maninstall ${MAKE} ${GNUCFLAGS} prefix=${DESTDIR}/usr \ |