diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-08-02 16:21:08 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-08-02 16:21:08 +0000 |
commit | 85b4d86f8de015122ea1274b26f39e6695b0ca87 (patch) | |
tree | 98f1785ee3f7a57a73d22c94dc32b4e1139a90ac | |
parent | 4a60768d8482eff2371449d8ed62b437b017b57c (diff) |
Compile the RCS code into the cvs daemon for later use
-rw-r--r-- | usr.bin/cvs/cvsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvsd/Makefile b/usr.bin/cvs/cvsd/Makefile index bae2c033238..a35e6835766 100644 --- a/usr.bin/cvs/cvsd/Makefile +++ b/usr.bin/cvs/cvsd/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.3 2004/07/29 15:33:05 jfb Exp $ +# $Id: Makefile,v 1.4 2004/08/02 16:21:07 jfb Exp $ .PATH: ${.CURDIR}/.. PROG=cvsd -SRCS= cvsd.c conf.y log.c msg.c sock.c +SRCS= cvsd.c buf.c conf.y log.c msg.c rcs.c rcsnum.c sock.c BINDIR=/usr/sbin MAN=cvsd.8 cvsd.conf.5 |