diff options
author | Ted Lemon <source@isc.org> | 2000-06-12 22:25:55 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 2000-06-12 22:25:55 +0000 |
commit | 62452b8ffabd2d363d8155dafb7181c2f81d2cfa (patch) | |
tree | f3b2fceea1399c508509989f02db30b2a13162d5 /relay | |
parent | 55321a210e4b1b54364cf8cdc0bf54cfd92fe2c6 (diff) | |
download | isc-dhcp-62452b8ffabd2d363d8155dafb7181c2f81d2cfa.tar.gz |
Use mkdep rather than makedepend
Diffstat (limited to 'relay')
-rw-r--r-- | relay/Makefile.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/relay/Makefile.dist b/relay/Makefile.dist index 0f6773dc..ed8ff861 100644 --- a/relay/Makefile.dist +++ b/relay/Makefile.dist @@ -48,7 +48,7 @@ install: all $(DESTDIR)$(ADMMANDIR)/dhcrelay$(ADMMANEXT) depend: - makedepend $(INCLUDES) $(PREDEFINES) $(SRCS) + mkdep $(INCLUDES) $(PREDEFINES) $(SRCS) clean: -rm -f $(OBJS) dhclient.o |