diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-26 18:10:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-26 18:10:44 +0000 |
commit | bb5f0166732e81b44c3b6547b1d9ee5e5a6f4143 (patch) | |
tree | 8ed877d107ecfb69e174e34ff201f3a7949cfa65 /usr.sbin/httpd/Makefile | |
parent | 497f8bda541e36acb115b6353456815206459e4e (diff) |
build and install manpage correctly
Diffstat (limited to 'usr.sbin/httpd/Makefile')
-rw-r--r-- | usr.sbin/httpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/httpd/Makefile b/usr.sbin/httpd/Makefile index 03144984e61..0cb40323986 100644 --- a/usr.sbin/httpd/Makefile +++ b/usr.sbin/httpd/Makefile @@ -111,5 +111,6 @@ distribution: ${.CURDIR}/$$i ${DESTDIR}${WWWROOT}/$$j/; \ done +.include<bsd.obj.mk> .include<bsd.subdir.mk> .include<bsd.man.mk> |