diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-09-29 15:16:27 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-09-29 15:16:27 +0000 |
commit | 1fc576ee23edae739b8391293bdf0b8e9df2a7da (patch) | |
tree | eb2bbbf77610909c592ba1fc3e1f637017072ba7 /usr.bin/rcs/Makefile | |
parent | 683d36c7f7fa09c81a804da2caee62de599602d1 (diff) |
put it basic checkout code
Diffstat (limited to 'usr.bin/rcs/Makefile')
-rw-r--r-- | usr.bin/rcs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile index e9b7ef279e2..cec1a558101 100644 --- a/usr.bin/rcs/Makefile +++ b/usr.bin/rcs/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2005/09/19 15:45:33 niallo Exp $ +# $OpenBSD: Makefile,v 1.4 2005/09/29 15:16:26 joris Exp $ .PATH: ${.CURDIR}/../cvs PROG= rcs MAN= rcs.1 -SRCS= rcsprog.c buf.c log.c rcs.c rcsnum.c strtab.c +SRCS= co.c rcsprog.c buf.c log.c rcs.c rcsnum.c strtab.c CFLAGS+=-I${.CURDIR}/../cvs # Don't build the links until we actually support those commands |