diff --git a/gnu/usr.bin/cvs/cvs/Makefile b/gnu/usr.bin/cvs/cvs/Makefile index 4c4ae0a5a9eb..94c505f015d6 100644 --- a/gnu/usr.bin/cvs/cvs/Makefile +++ b/gnu/usr.bin/cvs/cvs/Makefile @@ -1,20 +1,20 @@ -# $Id: Makefile,v 1.11 1995/12/10 23:01:41 peter Exp $ +# $Id: Makefile,v 1.12 1995/12/11 02:22:27 peter Exp $ PROG= cvs MAN1= cvs.1 MAN5= cvs.5 -SRCS = add.c admin.c checkin.c checkout.c classify.c client.c commit.c \ +SRCS= add.c admin.c checkin.c checkout.c classify.c client.c commit.c \ create_adm.c cvsrc.c diff.c entries.c expand_path.c find_names.c \ history.c ignore.c import.c lock.c log.c login.c logmsg.c main.c \ modules.c no_diff.c parseinfo.c patch.c rcs.c rcscmds.c recurse.c \ release.c remove.c repos.c root.c rtag.c server.c status.c tag.c \ update.c vers_ts.c wrapper.c CFLAGS+= -I${.CURDIR}/../lib -DHAVE_CONFIG_H DPADD+= ${LIBCVS} ${LIBGNUREGEX} ${LIBMD} LDADD+= -lcvs -lgnuregex -lmd .include "../../Makefile.inc" .include diff --git a/gnu/usr.bin/cvs/cvsbug/Makefile b/gnu/usr.bin/cvs/cvsbug/Makefile index b2644bf0d631..336fd135ef7f 100644 --- a/gnu/usr.bin/cvs/cvsbug/Makefile +++ b/gnu/usr.bin/cvs/cvsbug/Makefile @@ -1,25 +1,25 @@ -# $Id: Makefile,v 1.1 1995/12/10 23:05:53 peter Exp $ +# $Id: Makefile,v 1.2 1995/12/11 01:58:51 peter Exp $ MAN8= cvsbug.8 -CLEANFILES+= cvsbug +CLEANFILES+= cvsbug ver .SUFFIXES: .sh all: cvsbug .sh: echo > ver cvs-`sed < ${.CURDIR}/../lib/version.c \ -e '/version_string/!d' \ -e 's/[^0-9.]*\([0-9.]*\).*/\1/' \ -e q` sed -e "s,xVERSIONx,`cat ver`,g" ${.CURDIR}/$@.sh > $@ beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ cvsbug ${DESTDIR}${BINDIR}/cvsbug .include "../../Makefile.inc" .include diff --git a/gnu/usr.bin/cvs/cvsinit/Makefile b/gnu/usr.bin/cvs/cvsinit/Makefile index 1af01d34575d..7392114ce526 100644 --- a/gnu/usr.bin/cvs/cvsinit/Makefile +++ b/gnu/usr.bin/cvs/cvsinit/Makefile @@ -1,27 +1,27 @@ -# $Id: Makefile,v 1.3 1995/12/10 23:06:37 peter Exp $ +# $Id: Makefile,v 1.4 1995/12/11 01:58:53 peter Exp $ MAN8= cvsinit.8 EXAMPDIR= /usr/share/examples/cvs -CLEANFILES+= cvsinit +CLEANFILES+= cvsinit ver .SUFFIXES: .sh all: cvsinit .sh: echo > ver \ cvs-`sed < ${.CURDIR}/../lib/version.c \ -e '/version_string/!d' \ -e 's/[^0-9.]*\([0-9.]*\).*/\1/' \ -e q` sed -e 's,xLIBDIRx,$(EXAMPDIR),g' \ -e "s,xVERSIONx,`cat ver`,g" ${.CURDIR}/$@.sh > $@ beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ cvsinit ${DESTDIR}${BINDIR}/cvsinit .include "../../Makefile.inc" .include