diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/afs/usr.sbin/ydr/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/bgpd/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/mrouted/Makefile | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/usr.sbin/afs/usr.sbin/ydr/Makefile b/usr.sbin/afs/usr.sbin/ydr/Makefile index afadbc18451..86d5390a22d 100644 --- a/usr.sbin/afs/usr.sbin/ydr/Makefile +++ b/usr.sbin/afs/usr.sbin/ydr/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2003/08/05 11:11:42 hin Exp $ +# $OpenBSD: Makefile,v 1.3 2004/01/05 02:55:28 espie Exp $ AFSTOPDIR= ../.. .include <../../Makefile.inc> @@ -16,7 +16,7 @@ MAN = BINDIR = ${DESTDIR}/usr/bin PROG = ydr -CFLAGS += -I${AFSSRC}/util -I. +CFLAGS += -I${AFSSRC}/util -I${AFSSRC}/ydr -I. .PATH: ${AFSSRC}/ydr ${AFSSRC}/util diff --git a/usr.sbin/bgpd/Makefile b/usr.sbin/bgpd/Makefile index 43b5a56ee95..fa370813bb0 100644 --- a/usr.sbin/bgpd/Makefile +++ b/usr.sbin/bgpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2004/01/02 00:04:07 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 2004/01/05 02:55:28 espie Exp $ .PATH: ${.CURDIR}/.. @@ -6,7 +6,7 @@ PROG= bgpd SRCS= bgpd.c buffer.c session.c log.c parse.y config.c imsg.c \ rde.c rde_rib.c rde_decide.c rde_prefix.c mrt.c kroute.c \ control.c -CFLAGS+= -Wall +CFLAGS+= -Wall -I${.CURDIR} CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes CLFAGS+= -Wmissing-declarations -Wredundant-decls CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual diff --git a/usr.sbin/mrouted/Makefile b/usr.sbin/mrouted/Makefile index 5c65d4847d1..15ed2d1efb8 100644 --- a/usr.sbin/mrouted/Makefile +++ b/usr.sbin/mrouted/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/08/01 03:45:53 itojun Exp $ +# $OpenBSD: Makefile,v 1.5 2004/01/05 02:55:28 espie Exp $ PROG= mrouted SRCS= callout.c cfparse.c config.c igmp.c inet.c kern.c main.c prune.c \ @@ -6,6 +6,7 @@ SRCS= callout.c cfparse.c config.c igmp.c inet.c kern.c main.c prune.c \ MAN= mrouted.8 LDADD+= -lutil +CFLAGS+=-I${.CURDIR} DPADD+= ${LIBUTIL} CLEANFILES+= cfparse.c y.tab.h |