diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-02-08 23:44:58 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-02-08 23:44:58 +0000 |
commit | 8a86b13a9680c84a15047409e47c7e9880b2c432 (patch) | |
tree | 43f2937da846746315d280a43be59581b9a22cfe /usr.sbin/bgpd/Makefile | |
parent | 627c358ce1287125f08bcea706dec75aa35e0905 (diff) |
factor out functions to print the configuration (rules only for now)
will become more and needed by bgpctl too
Diffstat (limited to 'usr.sbin/bgpd/Makefile')
-rw-r--r-- | usr.sbin/bgpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/Makefile b/usr.sbin/bgpd/Makefile index 93adc024a63..063080ab23c 100644 --- a/usr.sbin/bgpd/Makefile +++ b/usr.sbin/bgpd/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2004/02/04 09:18:03 claudio Exp $ +# $OpenBSD: Makefile,v 1.16 2004/02/08 23:44:57 henning Exp $ .PATH: ${.CURDIR}/.. 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 pfkey.c rde_update.c rde_attr.c + control.c pfkey.c rde_update.c rde_attr.c printconf.c CFLAGS+= -Wall -I${.CURDIR} CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes CLFAGS+= -Wmissing-declarations -Wredundant-decls |