diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-02 00:05:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-02 00:05:09 +0000 |
commit | 4f50346dab5eb796d010df2ad87515a819433853 (patch) | |
tree | 59dd92b5ef2c7d49422f7482da661540093641b2 /usr.sbin/bgpd | |
parent | 2cdac8a3eea6d944bc1558aa7a1337de8a1238e1 (diff) |
no nested subdirs like this, henning did not discuss
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r-- | usr.sbin/bgpd/bgpd/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/usr.sbin/bgpd/bgpd/Makefile b/usr.sbin/bgpd/bgpd/Makefile deleted file mode 100644 index b5feb2097e6..00000000000 --- a/usr.sbin/bgpd/bgpd/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $OpenBSD: Makefile,v 1.1 2004/01/01 23:49:10 henning Exp $ - -.PATH: ${.CURDIR}/.. - -PROG= bgpd -BINDIR= /usr/sbin -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+= -Wstrict-prototypes -Wmissing-prototypes -CLFAGS+= -Wmissing-declarations -Wredundant-decls -CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual -CFLAGS+= -Wsign-compare -YFLAGS= -MAN= bgpd.8 bgpd.conf.5 - -.include <bsd.prog.mk> |