diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1996-08-15 11:36:34 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1996-08-15 11:36:34 +0000 |
commit | 298a61f26aef5c313c8b0a29f7a186e28003c85c (patch) | |
tree | 81c7fc401cfc80728095809c0311393e6ed839d7 /gnu/usr.bin/rcs | |
parent | acbfcd42093035f1df681b3cabda13794fab2cec (diff) |
quick fix to generate man/rcsfile.5, better fix to follow once
my brain is online.
Diffstat (limited to 'gnu/usr.bin/rcs')
-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 \ |