diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2005-06-09 01:10:01 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2005-06-09 01:10:01 +0000 |
commit | bf29accfecd002169e8def06f70dc1ae479e05ba (patch) | |
tree | c414b62ae6d9a57d0849cc30ca73ec060fd44bbf | |
parent | f7e51ff44899aa1e1abd3103a3c7e4d3f76bfd78 (diff) |
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 |