summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-10-06 07:53:45 +0000
committerderaadt <deraadt@openbsd.org>1998-10-06 07:53:45 +0000
commite3e27451374c33a463909e1973d9ba87a1ea4a5d (patch)
tree436cf21554798007bae9af44f4641c1619b37d56
parentsync (diff)
downloadwireguard-openbsd-e3e27451374c33a463909e1973d9ba87a1ea4a5d.tar.xz
wireguard-openbsd-e3e27451374c33a463909e1973d9ba87a1ea4a5d.zip
fix
-rw-r--r--usr.sbin/httpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/httpd/Makefile b/usr.sbin/httpd/Makefile
index deb2370c6de..1255ff4299e 100644
--- a/usr.sbin/httpd/Makefile
+++ b/usr.sbin/httpd/Makefile
@@ -172,6 +172,6 @@ distribution:
${.CURDIR}/$$i ${DESTDIR}${WWWROOT}/$$j/; \
done
-.include<bsd.obj.mk>
-.include<bsd.subdir.mk>
-.include<bsd.man.mk>
+.include <bsd.obj.mk>
+.include <bsd.subdir.mk>
+.include <bsd.man.mk>