diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-15 15:47:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-15 15:47:47 +0000 |
commit | faf01ac311a51242ed3d2d01510b9031d37360f4 (patch) | |
tree | afceaf6e4f7c0f0bce9fa79befa0f38846e7c19c /usr.bin | |
parent | 75f3e5af24e713bfb7615190aa68ce0e908b5966 (diff) |
rcs is now in usr.bin/rcs; ok jfb joris
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/rcs/Makefile | 21 |
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> |