summaryrefslogtreecommitdiff
path: root/Makefile.conf
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-09-12 19:53:00 +0000
committerTed Lemon <source@isc.org>2000-09-12 19:53:00 +0000
commitc060a6a55c7d49464b54183e44b30b30b93c30c4 (patch)
tree0739cb91ab37acadd75073604be92639be320121 /Makefile.conf
parentbeecba1c71e83bea166d4a6047e021860ff7d6e8 (diff)
downloadisc-dhcp-c060a6a55c7d49464b54183e44b30b30b93c30c4.tar.gz
HPUX install is different, so we can't use -m or -c. :'(
Diffstat (limited to 'Makefile.conf')
-rw-r--r--Makefile.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.conf b/Makefile.conf
index 6317fd51..35e9ec50 100644
--- a/Makefile.conf
+++ b/Makefile.conf
@@ -397,4 +397,6 @@ MINORVERSION=MinorVersion
##--hpux--
#COPTS = $(BINDDEF)
#LFLAGS = -Wl,+vnocompatwarnings
+#INSTALL = install
+#MANINSTALL = install
##--hpux