summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-02 01:54:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-02 01:54:47 +0000
commitba95a7866699a59885e609cf169b27bbfb8b58f4 (patch)
tree6170d11e40968cef5853d583675e2cccb5b50c29
parentbb265983852c69605c302181a823206ebd94a84a (diff)
no, not there
-rw-r--r--usr.sbin/bgpd/bgpdctl/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/usr.sbin/bgpd/bgpdctl/Makefile b/usr.sbin/bgpd/bgpdctl/Makefile
deleted file mode 100644
index a237c195312..00000000000
--- a/usr.sbin/bgpd/bgpdctl/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $OpenBSD: Makefile,v 1.1 2004/01/01 23:51:40 henning Exp $
-
-.PATH: ${.CURDIR}/..
-
-PROG= bgpdctl
-BINDIR= /usr/sbin
-SRCS= bgpdctl.c buffer.c imsg.c log.c
-CFLAGS+= -Wall
-CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
-CLFAGS+= -Wmissing-declarations -Wredundant-decls
-CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
-CFLAGS+= -Wsign-compare
-YFLAGS=
-MAN= bgpdctl.8
-
-.include <bsd.prog.mk>