From 7c4194d8b543988ba5648c8e60afa48685af6138 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 10 Mar 1998 14:00:59 +0000 Subject: [PATCH] add new file (hardlink.c) into sources --- gnu/usr.bin/cvs/cvs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/cvs/cvs/Makefile b/gnu/usr.bin/cvs/cvs/Makefile index f752a6862e8d..a0e3d869fa6a 100644 --- a/gnu/usr.bin/cvs/cvs/Makefile +++ b/gnu/usr.bin/cvs/cvs/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.19 1997/12/17 15:11:41 bde Exp $ +# $Id: Makefile,v 1.20 1998/01/26 04:21:52 peter Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -12,7 +12,8 @@ MAN5= cvs.5 SRCS= add.c admin.c buffer.c checkin.c checkout.c classify.c client.c \ commit.c create_adm.c cvsrc.c diff.c edit.c entries.c error.c \ - expand_path.c fileattr.c filesubr.c find_names.c hash.c history.c \ + expand_path.c fileattr.c filesubr.c find_names.c \ + hardlink.c hash.c history.c \ ignore.c import.c lock.c log.c login.c logmsg.c main.c mkmodules.c \ modules.c myndbm.c no_diff.c parseinfo.c patch.c rcs.c rcscmds.c \ recurse.c release.c remove.c repos.c root.c rtag.c run.c scramble.c \