add new file (hardlink.c) into sources

This commit is contained in:
Peter Wemm 1998-03-10 14:00:59 +00:00
parent bde4819bd2
commit 7c4194d8b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34468

View File

@ -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 \