summaryrefslogtreecommitdiffstats
path: root/crypto/krb5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/krb5/Makefile')
-rw-r--r--crypto/krb5/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/krb5/Makefile b/crypto/krb5/Makefile
index 36f052ef36..14077390d6 100644
--- a/crypto/krb5/Makefile
+++ b/crypto/krb5/Makefile
@@ -7,8 +7,6 @@ TOP= ../..
CC= cc
INCLUDES= -I.. -I$(TOP) -I../../include
CFLAG=-g
-MAKEDEPPROG= makedepend
-MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
MAKEFILE= Makefile
AR= ar r
@@ -65,6 +63,7 @@ lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff
depend:
+ @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC)
dclean: