Fool-proofing Makefiles
diff --git a/apps/Makefile b/apps/Makefile
index 0eb40d8..1809381 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -7,9 +7,6 @@
CC= cc
INCLUDES= -I$(TOP) -I../include $(KRB5_INCLUDES)
CFLAG= -g -static
-INSTALL_PREFIX=
-INSTALLTOP= /usr/local/ssl
-OPENSSLDIR= /usr/local/ssl
MAKEDEPPROG= makedepend
MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
MAKEFILE= Makefile
@@ -106,6 +103,7 @@
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
install:
+ @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
@set -e; for i in $(EXE); \
do \
(echo installing $$i; \