diff options
author | Brad Smith <brad@cvs.openbsd.org> | 1999-11-19 23:06:21 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 1999-11-19 23:06:21 +0000 |
commit | 3b45ad57a4e2144a989d650346b407aa6b59e1d4 (patch) | |
tree | d727a8c71e00e4530137eb4e2798bd7bc5c88d04 /usr.sbin/httpd | |
parent | 20797afb865219c655fbe21f61d017770645f46d (diff) |
make sure all the generated Makefile's are removed when running "make
cleandir".
ok'd by beck@
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/Makefile.bsd-wrapper | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/httpd/Makefile.bsd-wrapper b/usr.sbin/httpd/Makefile.bsd-wrapper index 02ecd09ea4d..5111ca5ba03 100644 --- a/usr.sbin/httpd/Makefile.bsd-wrapper +++ b/usr.sbin/httpd/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for Apache -# $OpenBSD: Makefile.bsd-wrapper,v 1.9 1999/10/10 21:50:04 maja Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.10 1999/11/19 23:06:20 brad Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -102,6 +102,9 @@ MUNGEDFILES = ${.OBJDIR}/src/ap/Makefile \ ${.OBJDIR}/src/lib/expat-lite/Makefile \ ${.OBJDIR}/src/lib/Makefile \ ${.OBJDIR}/src/main/Makefile \ + ${.OBJDIR}/src/modules/experimental/Makefile \ + ${.OBJDIR}/src/modules/extra/Makefile \ + ${.OBJDIR}/src/modules/proxy/Makefile \ ${.OBJDIR}/src/modules/standard/Makefile \ ${.OBJDIR}/src/modules/ssl/Makefile \ ${.OBJDIR}/src/modules/Makefile \ |