diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-03-10 15:37:09 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-03-10 15:37:09 +0000 |
commit | 992db350b89c6a9c9ed40482c41d4992fc5258b4 (patch) | |
tree | 60ebbb8df3035bb55495231eaf97d47fc6ac743b /usr.bin/cvs | |
parent | 5ce45bfdc3680a8c288b7cd4196859cd4303eadd (diff) |
switch keyword (Id -> OpenBSD) and prettier alignment
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/cvsd/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/cvs/cvsd/Makefile b/usr.bin/cvs/cvsd/Makefile index f2ba2e2e436..19964eb6e84 100644 --- a/usr.bin/cvs/cvsd/Makefile +++ b/usr.bin/cvs/cvsd/Makefile @@ -1,12 +1,12 @@ -# $Id: Makefile,v 1.9 2005/02/22 22:33:01 jfb Exp $ +# $OpenBSD: Makefile,v 1.10 2005/03/10 15:37:08 jfb Exp $ .PATH: ${.CURDIR}/.. -PROG=cvsd -SRCS= cvsd.c buf.c conf.y log.c msg.c repo.c sock.c +PROG= cvsd +SRCS= cvsd.c buf.c conf.y log.c msg.c repo.c sock.c -BINDIR=/usr/sbin -MAN=cvsd.8 cvsd.conf.5 +BINDIR= /usr/sbin +MAN= cvsd.8 cvsd.conf.5 CFLAGS+= -Wall -I${.CURDIR}/.. CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes |