Hi!
Here is a small patch for the Makefile at the top level of the
ax25-utils-2.1.42a directory. With this patch, sethdlc will be built and
installed. (this patch is the good one, I've done an error and sent the
"reversed patch", sorry)
Regards, Jean-Luc
--- ax25-utils-2.1.42a.orig/Makefile Sun Dec 28 03:33:13 1997
+++ ax25-utils-2.1.42a/Makefile Wed Aug 4 21:36:11 1999
@@ -15,6 +15,7 @@
@$(MAKE) -C pms
@$(MAKE) -C rose
@$(MAKE) -C tcpip
+ @$(MAKE) -C hdlcutil
@$(MAKE) -C user_call
apps:
@@ -53,11 +54,12 @@
@$(MAKE) -C z8530util
install:
- @$(MAKE) -C lib
+ @$(MAKE) -C lib install
@$(MAKE) -C apps install
@$(MAKE) -C ax25 install
@$(MAKE) -C ax25ipd install
@$(MAKE) -C ax25rtd install
+ @$(MAKE) -C hdlcutil install
@$(MAKE) -C kiss install
@$(MAKE) -C listen install
@$(MAKE) -C netrom install