diff options
author | 1998-10-06 07:53:45 +0000 | |
---|---|---|
committer | 1998-10-06 07:53:45 +0000 | |
commit | e3e27451374c33a463909e1973d9ba87a1ea4a5d (patch) | |
tree | 436cf21554798007bae9af44f4641c1619b37d56 | |
parent | sync (diff) | |
download | wireguard-openbsd-e3e27451374c33a463909e1973d9ba87a1ea4a5d.tar.xz wireguard-openbsd-e3e27451374c33a463909e1973d9ba87a1ea4a5d.zip |
fix
-rw-r--r-- | usr.sbin/httpd/Makefile | 6 |
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> |