diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-11-25 18:30:13 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2004-11-25 18:30:13 +0000 |
commit | ab3b10696322bc78ecdd88ea3d7b1c61c975f342 (patch) | |
tree | 313e2270b749ca6d23b7e644fdb7d93c7f9742cd /usr.bin/cvs/cvsd | |
parent | a757e9989d967347b29a7cbb4b2a73f26c276221 (diff) |
Handle CVSD_SET_MODDIR, add session allocation and some minor cleanup
Diffstat (limited to 'usr.bin/cvs/cvsd')
-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 a35e6835766..ad229ef31a6 100644 --- a/usr.bin/cvs/cvsd/Makefile +++ b/usr.bin/cvs/cvsd/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.4 2004/08/02 16:21:07 jfb Exp $ +# $Id: Makefile,v 1.5 2004/11/25 18:30:12 jfb Exp $ .PATH: ${.CURDIR}/.. PROG=cvsd -SRCS= cvsd.c buf.c conf.y log.c msg.c rcs.c rcsnum.c sock.c +SRCS= cvsd.c buf.c conf.y log.c msg.c rcs.c rcsnum.c session.c sock.c BINDIR=/usr/sbin MAN=cvsd.8 cvsd.conf.5 |