From: Ted Lemon Date: Tue, 12 Sep 2000 22:26:59 +0000 (+0000) Subject: HPUX install is completely broken - use cp. X-Git-Tag: V3-BETA-2-PATCH-4~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bace480193ab66c4f64bcdad376bfa9af3e8fe6;p=thirdparty%2Fdhcp.git HPUX install is completely broken - use cp. --- diff --git a/Makefile.conf b/Makefile.conf index 35e9ec501..8051b7ab6 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