From ca24495ec9169f6bf95ba6799af528034f95bd36 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Thu, 25 Jun 2009 14:14:54 +0000 Subject: [PATCH] incorrect .PATH setting, discovered with nicm --- src/usr.sbin/ntpd/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/usr.sbin/ntpd/Makefile b/src/usr.sbin/ntpd/Makefile index 10467c51..b1bfc44e 100644 --- a/src/usr.sbin/ntpd/Makefile +++ b/src/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 \