summaryrefslogtreecommitdiffstats
path: root/contrib/bind/include/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/include/Makefile')
-rw-r--r--contrib/bind/include/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/contrib/bind/include/Makefile b/contrib/bind/include/Makefile
index d0a13a8..168c0d2 100644
--- a/contrib/bind/include/Makefile
+++ b/contrib/bind/include/Makefile
@@ -1,4 +1,4 @@
-# Copyright (c) 1996 by Internet Software Consortium
+# Copyright (c) 1996,1999 by 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
@@ -14,14 +14,15 @@
# SOFTWARE.
SUBDIRS = arpa isc
-HFILES = netdb.h resolv.h irs.h hesiod.h
+HFILES = netdb.h resolv.h res_update.h irs.h irp.h hesiod.h
DESTDIR=
DESTINC= /usr/local/bind/include
INSTALL= install
+INSTALL_INC=
MARGS= DESTDIR="${DESTDIR}" DESTINC="${DESTINC}" INSTALL="${INSTALL}" \
- MAKE="${MAKE}"
+ MAKE="${MAKE}" INSTALL_INC=${INSTALL_INC}
all depend clean distclean install::
@for x in ${SUBDIRS}; do \
@@ -35,7 +36,7 @@ clean:: FRC
install:: ${DESTDIR}${DESTINC}
@set -x; for x in ${HFILES}; do \
- ${INSTALL} -c -m 444 $$x ${DESTDIR}${DESTINC}/$$x; \
+ ${INSTALL} -c ${INSTALL_INC} -m 444 $$x ${DESTDIR}${DESTINC}/$$x; \
done
${DESTDIR}${DESTINC}:
OpenPOWER on IntegriCloud