summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-10-06 06:39:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-10-06 06:39:14 +0000
commitffb916a88b189deb624eab97b0a12766718a66a4 (patch)
tree528e857a2ecec80bb52b08dbc6988ff989daeca1 /usr.sbin/httpd
parent6b7530f62a64684a7af6414a2bef656075f9acc8 (diff)
use /usr/bin/lndir
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r--usr.sbin/httpd/src/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/Makefile.bsd-wrapper b/usr.sbin/httpd/src/Makefile.bsd-wrapper
index 809429a924e..17472848402 100644
--- a/usr.sbin/httpd/src/Makefile.bsd-wrapper
+++ b/usr.sbin/httpd/src/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.6 1998/10/01 17:47:56 beck Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.7 1998/10/06 06:39:13 deraadt Exp $
.include <bsd.own.mk>
PROG=httpd
BINDIR=/usr/sbin
@@ -12,7 +12,7 @@ all: Makefile
.FORCE: .IGNORE
helpers/GuessOS:
- lndir -e Makefile.bsd-wrapper -e obj ${.CURDIR} ${.OBJDIR}; touch ${.OBJDIR}/Configuration
+ /usr/bin/lndir -e Makefile.bsd-wrapper -e obj ${.CURDIR} ${.OBJDIR}; touch ${.OBJDIR}/Configuration
config: .FORCE
sh ${.CURDIR}/Configure -file ${.CURDIR}/Configuration -make ${.CURDIR}/Makefile.tmpl