2005-02-06 15:26:44 +00:00
|
|
|
$FreeBSD$
|
|
|
|
|
2010-03-23 23:56:22 +00:00
|
|
|
Most of the instructions is outlined on FreeBSD wiki at:
|
2005-02-06 15:26:44 +00:00
|
|
|
|
2010-03-23 23:56:22 +00:00
|
|
|
http://wiki.freebsd.org/SubversionPrimer/VendorImports
|
|
|
|
|
|
|
|
nc(1) is very small and most of code are just copied as-is from OpenBSD. With a
|
|
|
|
few exceptions:
|
|
|
|
|
|
|
|
* --no-tcpopt: Local feature specific to FreeBSD.
|
|
|
|
* -V: We use FIB to map what OpenBSD do for "rdomain"
|
|
|
|
* -E, -e: These are mostly self contained IPsec extensions
|
|
|
|
|
|
|
|
delphij@FreeBSD.org - Mar 23, 2010
|