From: deraadt Date: Wed, 19 May 2021 17:22:57 +0000 (+0000) Subject: correct .PATH X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f95982d818f38ef18b269be60839567e6fac7165;p=openbsd correct .PATH --- diff --git a/distrib/special/resolvd/Makefile b/distrib/special/resolvd/Makefile index 8e3d637c6dd..fa6d8b7cc20 100644 --- a/distrib/special/resolvd/Makefile +++ b/distrib/special/resolvd/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2021/05/19 17:16:51 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2021/05/19 17:22:57 deraadt Exp $ PROG= resolvd -.PATH: ${.CURDIR}/../../../usr.sbin/resolvd +.PATH: ${.CURDIR}/../../../sbin/resolvd SRCS= resolvd.c MAN=