Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bugs in the previous commit. | ru | 2005-02-07 | 1 | -2/+2 |
| | |||||
* | Revamp several Makefile nits: | delphij | 2005-02-07 | 1 | -2/+3 |
| | | | | | | | | | | - .PATH: is spelled ``.PATH: '' - Don't forget to use DPADD so ``make checkdpadd'' is not broken. - LDADD should not come with + as it's empty in the first place Suggested by: ru | ||||
* | Finish the import of nc(1) from OpenBSD. This includes: | delphij | 2005-02-06 | 1 | -0/+11 |
- Bring IPsec support from the ports collection [1]. - Bring -o ("once only") option from the ports collection [2]. - Adopt the Makefile framework into usr.bin/nc/Makefile. - Add a knob to control whether to build nc(1), NO_NETCAT. - Bump __FreeBSD_version so ports collection can detect this change. Original patchset are contributed to the ports collection by: [1] nectar, [2] joerg. Note: WARNS?=6 patchset spined off in this commit, in order not to take too many files off the vendor branch. |