mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
add targets docclean manclean
This commit is contained in:
parent
d887c4cc01
commit
3c353d26cb
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: rules.in,v 1.7 2004/02/24 01:37:41 marka Exp $
|
||||
# $Id: rules.in,v 1.8 2004/03/05 03:10:55 marka Exp $
|
||||
|
||||
###
|
||||
### Common Makefile rules for BIND 9.
|
||||
|
|
@ -72,7 +72,7 @@ subdirs:
|
|||
fi \
|
||||
done
|
||||
|
||||
install clean distclean::
|
||||
install clean distclean docclean manclean::
|
||||
@for i in ${ALL_SUBDIRS}; do \
|
||||
if [ "$$i" != "nulldir" -a -d $$i ]; then \
|
||||
echo "making $@ in `pwd`/$$i"; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue