diff options
author | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-01-21 18:48:35 +0000 |
---|---|---|
committer | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-01-21 18:48:35 +0000 |
commit | 262cefb037337f81473cbb33b686d0806ac5d5b6 (patch) | |
tree | 4e7745e3717df9982e4f9456967064cb36bcd5ce /net/Makefile | |
parent | 450c345a8c30be4e1ee8baeec2aab7f83b054f13 (diff) | |
download | ports-262cefb037337f81473cbb33b686d0806ac5d5b6.tar.gz ports-262cefb037337f81473cbb33b686d0806ac5d5b6.zip |
Add new port: net/fb - client for paste.xinu.at
PR: 211374
Submitted by: Greg Fitzgerald <gregf@hugops.pw>
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9231
Notes
Notes:
svn path=/head/; revision=432071
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 367cb9d8f8df..4c025c64203d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -131,6 +131,7 @@ SUBDIR += etrace SUBDIR += exabgp SUBDIR += exaddos + SUBDIR += fb SUBDIR += findmtu SUBDIR += flowgrep SUBDIR += fonulator |