summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/Makefile
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2005-10-06 15:39:12 +0000
committerJoris Vink <joris@cvs.openbsd.org>2005-10-06 15:39:12 +0000
commitc31498c5d06af5f604439552a2b3f4500d159eca (patch)
treef19db898d4595ab8466d5894195c86a9a9d4a261 /usr.bin/rcs/Makefile
parent8fd11ed674be3385f750fc9240e7199756a333a5 (diff)
ident command, written by xsa@ but he is too busy with work right now;
Diffstat (limited to 'usr.bin/rcs/Makefile')
-rw-r--r--usr.bin/rcs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile
index 16999b31e2c..4d68b2ac077 100644
--- a/usr.bin/rcs/Makefile
+++ b/usr.bin/rcs/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.11 2005/10/06 12:56:49 joris Exp $
+# $OpenBSD: Makefile,v 1.12 2005/10/06 15:39:11 joris Exp $
.PATH: ${.CURDIR}/../cvs
PROG= rcs
MAN= rcs.1
-SRCS= ci.c co.c rcsclean.c rcsdiff.c rcsprog.c rlog.c buf.c diff.c \
+SRCS= ci.c co.c ident.c rcsclean.c rcsdiff.c rcsprog.c rlog.c buf.c diff.c \
log.c rcs.c rcsnum.c strtab.c
CFLAGS+=-I${.CURDIR}/../cvs