summaryrefslogtreecommitdiff
path: root/distrib/special
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2021-05-19 17:22:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2021-05-19 17:22:58 +0000
commit40ad8951ff6eef062b89b5ea70daa9d74dd5dac7 (patch)
tree36bd609c458b3bbfd316c535bcd79b9263c8e46f /distrib/special
parent9266f01f46cd32cdea78c6a4cf112802735af162 (diff)
correct .PATH
Diffstat (limited to 'distrib/special')
-rw-r--r--distrib/special/resolvd/Makefile4
1 files changed, 2 insertions, 2 deletions
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=