summaryrefslogtreecommitdiff
path: root/Makefile.conf
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-09-16 19:57:02 +0000
committerTed Lemon <source@isc.org>2000-09-16 19:57:02 +0000
commitc83cbfa215ffb30d7b4bfa0e992e342aab778446 (patch)
tree9056bf4664bb23e0e574ff6d973d31a2daef5c69 /Makefile.conf
parente45f8383b685d7cff91386ba9f23ac2ccfa9bcfa (diff)
downloadisc-dhcp-c83cbfa215ffb30d7b4bfa0e992e342aab778446.tar.gz
Fix up HP build options.
Diffstat (limited to 'Makefile.conf')
-rw-r--r--Makefile.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.conf b/Makefile.conf
index 8051b7ab..5a421edf 100644
--- a/Makefile.conf
+++ b/Makefile.conf
@@ -397,6 +397,6 @@ MINORVERSION=MinorVersion
##--hpux--
#COPTS = $(BINDDEF)
#LFLAGS = -Wl,+vnocompatwarnings
-#INSTALL = cp
-#MANINSTALL = cp
+#INSTALL = install -i
+#MANINSTALL = install -i
##--hpux