summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/cvs/rcs/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/usr.bin/cvs/rcs/Makefile b/usr.bin/cvs/rcs/Makefile
deleted file mode 100644
index cbbcde0bd1b..00000000000
--- a/usr.bin/cvs/rcs/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $OpenBSD: Makefile,v 1.2 2005/04/06 18:51:29 joris Exp $
-
-.PATH: ${.CURDIR}/..
-
-PROG= rcs
-MAN= rcs.1
-
-SRCS= rcsprog.c buf.c log.c rcs.c rcsnum.c strtab.c
-
-BINDIR= /usr/bin
-
-# Don't build the links until we actually support those commands
-#LINKS= ${BINDIR}/ci ${BINDIR}/co ${BINDIR}/rcsclean ${BINDIR}/rcsdiff
-
-CFLAGS+= -Wall
-CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
-CFLAGS+= -Wmissing-declarations
-CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
-CFLAGS+= -Wsign-compare
-
-.include <bsd.prog.mk>