summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-15 15:47:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-15 15:47:47 +0000
commitfaf01ac311a51242ed3d2d01510b9031d37360f4 (patch)
treeafceaf6e4f7c0f0bce9fa79befa0f38846e7c19c /usr.bin
parent75f3e5af24e713bfb7615190aa68ce0e908b5966 (diff)
rcs is now in usr.bin/rcs; ok jfb joris
Diffstat (limited to 'usr.bin')
-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>