diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-04-26 07:38:00 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2006-04-26 07:38:00 +0000 |
commit | d573f5e8e476b1084bde5d48bf95943343777781 (patch) | |
tree | 76b5cf09dbcf25bf2924c8ec4d6d42a4b72694cb | |
parent | c90049364f0f861016467caa9950ee1708fd451b (diff) |
build again...
-rw-r--r-- | usr.bin/rcs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile index 427120064f9..16bf1423b3a 100644 --- a/usr.bin/rcs/Makefile +++ b/usr.bin/rcs/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.32 2006/04/26 02:55:13 joris Exp $ +# $OpenBSD: Makefile,v 1.33 2006/04/26 07:37:59 xsa Exp $ + +.PATH: ${.CURDIR}/.. PROG= rcs MAN= ci.1 co.1 ident.1 rcs.1 rcsclean.1 rcsdiff.1 rcsmerge.1 rlog.1 @@ -12,6 +14,7 @@ LINKS= ${BINDIR}/rcs ${BINDIR}/ci ${BINDIR}/rcs ${BINDIR}/co \ ${BINDIR}/rcs ${BINDIR}/rcsmerge ${BINDIR}/rcs ${BINDIR}/rlog \ ${BINDIR}/rcs ${BINDIR}/ident +CPPFLAGS+=-I${.CURDIR} CFLAGS+=-Wall CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes CFLAGS+=-Wmissing-declarations |