diff options
Diffstat (limited to 'usr.bin/cvs/cvsd-child/Makefile')
-rw-r--r-- | usr.bin/cvs/cvsd-child/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/usr.bin/cvs/cvsd-child/Makefile b/usr.bin/cvs/cvsd-child/Makefile deleted file mode 100644 index dbe956d324a..00000000000 --- a/usr.bin/cvs/cvsd-child/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $Id: Makefile,v 1.1 2005/02/22 22:33:01 jfb Exp $ - -.PATH: ${.CURDIR}/.. - -PROG=cvsd-child -SRCS= child.c buf.c log.c msg.c rcs.c rcsnum.c - -BINDIR=/usr/sbin -MAN= - -CFLAGS+= -Wall -I${.CURDIR}/.. -CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes -CFLAGS+= -Wmissing-declarations -CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual -CFLAGS+= -Wsign-compare -CFLAGS+= -DCVSD -YFLAGS= - -.include <bsd.prog.mk> |