diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-04-27 20:47:32 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-04-27 20:47:32 +0000 |
commit | d721f6a690d08cee98d887711e6d2e60b45ca2e5 (patch) | |
tree | 0db2ca9ef1a43d420e0e13bc022d37fa53971f96 | |
parent | 7a4e9a102f6c41b9b6fdb7e49a2b2fc73e7dc7e7 (diff) |
mkmodules.1 no longer exist; don't try to build it
-rw-r--r-- | gnu/usr.bin/cvs/Makefile.bsd-wrapper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper index 56ff0271db2..e270d8d4691 100644 --- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper +++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper @@ -1,9 +1,9 @@ -# $Id: Makefile.bsd-wrapper,v 1.12 1996/03/06 17:54:06 david Exp $ +# $Id: Makefile.bsd-wrapper,v 1.13 1996/04/27 20:47:31 tholo Exp $ -MAN= man/cvs.1 man/cvs.5 man/cvsbug.8 man/cvsinit.8 man/mkmodules.1 +MAN= man/cvs.1 man/cvs.5 man/cvsbug.8 man/cvsinit.8 GNUCFLAGS= CFLAGS="${CFLAGS}" CLEANFILES= man/cvs.cat1 man/cvs.cat5 man/cvsbug.cat8 \ - man/cvsinit.cat8 man/mkmodules.cat1 + man/cvsinit.cat8 all: config.status ${MAKE} ${GNUCFLAGS} LDFLAGS=${LDSTATIC} |