94886678c1
Allows the Annex to be administered from a FreeBSD host, rather than via the console port. Tested with a MicroAnnex-XL 16 port device. Reviewed by: edwin Approved by: jake (mentor)
10 lines
208 B
Text
10 lines
208 B
Text
--- Makefile.orig Thu Sep 18 20:10:32 2003
|
|
+++ Makefile Thu Sep 18 20:10:32 2003
|
|
@@ -0,0 +1,7 @@
|
|
+SUBDIR= libannex
|
|
+SUBDIR+= netadm
|
|
+SUBDIR+= erpcd
|
|
+SUBDIR+= na
|
|
+SUBDIR+= rtelnet
|
|
+
|
|
+.include <bsd.subdir.mk>
|