summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-06-25 14:14:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-06-25 14:14:55 +0000
commiteec502fb37e013a324c9d4d2f2d87d6aedf4bce9 (patch)
tree28e71a268eb44b7f0d9a21808bb628e1233f7e73 /usr.sbin/bgpd
parentdd77135b6b4c0e960859a07b84ecf88cb6f8d294 (diff)
incorrect .PATH setting, discovered with nicm
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r--usr.sbin/bgpd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/Makefile b/usr.sbin/bgpd/Makefile
index 4abf61a6d5b..739f5e23082 100644
--- a/usr.sbin/bgpd/Makefile
+++ b/usr.sbin/bgpd/Makefile
@@ -1,6 +1,4 @@
-# $OpenBSD: Makefile,v 1.27 2007/12/20 17:08:47 henning Exp $
-
-.PATH: ${.CURDIR}/..
+# $OpenBSD: Makefile,v 1.28 2009/06/25 14:14:54 deraadt Exp $
PROG= bgpd
SRCS= bgpd.c buffer.c session.c log.c parse.y config.c imsg.c \