1$FreeBSD$
2
3Most of the instructions is outlined on FreeBSD wiki at:
4
5	http://wiki.freebsd.org/SubversionPrimer/VendorImports
6
7nc(1) is very small and most of code are just copied as-is from OpenBSD.  With a
8few exceptions:
9
10 * --no-tcpopt: Local feature specific to FreeBSD.
11 * -V: We use FIB to map what OpenBSD do for "rdomain"
12 * -E, -e: These are mostly self contained IPsec extensions
13
14delphij@FreeBSD.org - Mar 23, 2010
15