diff options
author | 2004-08-02 16:21:07 +0000 | |
---|---|---|
committer | 2004-08-02 16:21:07 +0000 | |
commit | 3fa31c8fa6b4990ee31d81acbd66ca917c14e0d7 (patch) | |
tree | 0771d43f81ca9300ff2e94510d78f6c8182a00c0 | |
parent | Unused variables (diff) | |
download | wireguard-openbsd-3fa31c8fa6b4990ee31d81acbd66ca917c14e0d7.tar.xz wireguard-openbsd-3fa31c8fa6b4990ee31d81acbd66ca917c14e0d7.zip |
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 |