diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-10-06 02:00:06 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-10-06 02:00:06 +0000 |
commit | d0dfff088dcf2a23e83f1e94a6f1e9068b8c6409 (patch) | |
tree | a0de02bcf8befbdafecee2f76dccd60a608a4ed7 /usr.bin/rcs/Makefile | |
parent | be4263efc565971051f57fa3fdcd828dbff74ec1 (diff) |
rcsclean now works;
Diffstat (limited to 'usr.bin/rcs/Makefile')
-rw-r--r-- | usr.bin/rcs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile index fad192e257c..b1852d3a845 100644 --- a/usr.bin/rcs/Makefile +++ b/usr.bin/rcs/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.9 2005/10/06 01:24:25 joris Exp $ +# $OpenBSD: Makefile,v 1.10 2005/10/06 02:00:04 joris Exp $ .PATH: ${.CURDIR}/../cvs PROG= rcs MAN= rcs.1 -SRCS= ci.c co.c rcsdiff.c rcsprog.c buf.c diff.c log.c rcs.c rcsnum.c strtab.c +SRCS= ci.c co.c rcsclean.c rcsdiff.c rcsprog.c buf.c diff.c \ + log.c rcs.c rcsnum.c strtab.c CFLAGS+=-I${.CURDIR}/../cvs # Don't build the links until we actually support those commands |