mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
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)
6 lines
235 B
Plaintext
6 lines
235 B
Plaintext
--- make.config.orig Thu Sep 18 20:10:32 2003
|
|
+++ make.config Thu Sep 18 20:10:32 2003
|
|
@@ -0,0 +1,2 @@
|
|
+
|
|
+CFLAGS += -D_NFILE=65536 -DHAS_CTRL_NOT_ACC=1 -DINSTALL_DIR=\"/usr/local/annex\" -DMIN_SLIP_ERR=10 -DMAX_SLIP_ERR=10 -DFREEBSD=1
|