diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-25 14:14:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-25 14:14:55 +0000 |
commit | eec502fb37e013a324c9d4d2f2d87d6aedf4bce9 (patch) | |
tree | 28e71a268eb44b7f0d9a21808bb628e1233f7e73 /usr.sbin/ntpd/Makefile | |
parent | dd77135b6b4c0e960859a07b84ecf88cb6f8d294 (diff) |
incorrect .PATH setting, discovered with nicm
Diffstat (limited to 'usr.sbin/ntpd/Makefile')
-rw-r--r-- | usr.sbin/ntpd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 \ |