diff options
-rw-r--r-- | usr.bin/rcs/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/bgpd/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/ntpd/Makefile | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile index c8f0c9587a8..00767084fef 100644 --- a/usr.bin/rcs/Makefile +++ b/usr.bin/rcs/Makefile @@ -1,6 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2006/12/28 13:55:53 niallo Exp $ - -.PATH: ${.CURDIR}/.. +# $OpenBSD: Makefile,v 1.38 2009/06/25 14:14:54 deraadt Exp $ PROG= rcs MAN= ci.1 co.1 ident.1 merge.1 rcs.1 rcsclean.1 rcsdiff.1 rcsmerge.1 rlog.1 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 \ diff --git a/usr.sbin/ntpd/Makefile b/usr.sbin/ntpd/Makefile index 10467c5184c..b1bfc44e26f 100644 --- a/usr.sbin/ntpd/Makefile +++ b/usr.sbin/ntpd/Makefile @@ -1,6 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2008/09/12 10:46:09 henning Exp $ - -.PATH: ${.CURDIR}/.. +# $OpenBSD: Makefile,v 1.10 2009/06/25 14:14:54 deraadt Exp $ PROG= ntpd SRCS= ntpd.c buffer.c log.c imsg.c ntp.c ntp_msg.c parse.y config.c \ |