diff options
author | 2005-06-09 01:10:00 +0000 | |
---|---|---|
committer | 2005-06-09 01:10:00 +0000 | |
commit | 1a79912c70aef108e207093c39e880149c6c6ca8 (patch) | |
tree | 3b3b7ee8671689357c1318993649ca907c85b2fa | |
parent | spelling (diff) | |
download | wireguard-openbsd-1a79912c70aef108e207093c39e880149c6c6ca8.tar.xz wireguard-openbsd-1a79912c70aef108e207093c39e880149c6c6ca8.zip |
remove useless cvsd leftovers.
from Michael Knudsen
-rw-r--r-- | usr.bin/cvs/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/cvs/Makefile b/usr.bin/cvs/Makefile index 52c3c72f90b..5ad57d0e31d 100644 --- a/usr.bin/cvs/Makefile +++ b/usr.bin/cvs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2005/06/07 09:06:15 joris Exp $ +# $OpenBSD: Makefile,v 1.10 2005/06/09 01:10:00 joris Exp $ PROG= cvs MAN= cvs.1 cvsrc.5 cvsintro.7 @@ -12,9 +12,6 @@ SRCS= cvs.c add.c admin.c annotate.c buf.c checkout.c cmd.c commit.c date.y \ BINDIR= /usr/bin BINOWN= root -#BINGRP=_cvsd -#BINMODE=555 - CFLAGS= -g -ggdb CFLAGS+= -I${.CURDIR} -Wall CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes |