summaryrefslogtreecommitdiff
path: root/Makefile.conf
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-09-12 22:26:59 +0000
committerTed Lemon <source@isc.org>2000-09-12 22:26:59 +0000
commit2bace480193ab66c4f64bcdad376bfa9af3e8fe6 (patch)
tree7d06948698c35a70637e812b893ee17d00fd1650 /Makefile.conf
parent645eab7becb284beb3dacb81313fe7a8e26976ea (diff)
downloadisc-dhcp-2bace480193ab66c4f64bcdad376bfa9af3e8fe6.tar.gz
HPUX install is completely broken - use cp.
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 35e9ec50..8051b7ab 100644
--- a/Makefile.conf
+++ b/Makefile.conf
@@ -397,6 +397,6 @@ MINORVERSION=MinorVersion
##--hpux--
#COPTS = $(BINDDEF)
#LFLAGS = -Wl,+vnocompatwarnings
-#INSTALL = install
-#MANINSTALL = install
+#INSTALL = cp
+#MANINSTALL = cp
##--hpux