diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:14:19 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:14:19 -0600 |
commit | e7ee4f9689939f41f745d8ccaae351444c6aed73 (patch) | |
tree | 21f8e9f8042f12559ba0c9b6f517bfb657469862 /make | |
parent | 038cb638ae3a14da41169b1d0f5cb1c992984084 (diff) | |
download | bind9-e7ee4f9689939f41f745d8ccaae351444c6aed73.tar.gz |
9.2.1rc2
Diffstat (limited to 'make')
-rw-r--r-- | make/rules.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/make/rules.in b/make/rules.in index ba830063..86e42869 100644 --- a/make/rules.in +++ b/make/rules.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2001 Internet Software Consortium. +# Copyright (C) 1998-2002 Internet Software Consortium. # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -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.40 2001/08/29 04:15:03 marka Exp $ +# $Id: rules.in,v 1.40.2.2 2002/03/26 00:55:15 marka Exp $ ### ### Common Makefile rules for BIND 9. @@ -70,6 +70,8 @@ subdirs: fi; \ done +install:: all + install clean distclean maintainer-clean doc docclean man manclean:: @for i in ${ALL_SUBDIRS}; do \ if [ "$$i" != "nulldir" -a -d $$i ]; then \ |