diff options
author | Archie Cobbs <archie@FreeBSD.org> | 1999-12-09 23:03:13 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 1999-12-09 23:03:13 +0000 |
commit | 1e14991638e19eb798be2eae44d4a6b39bee2d0c (patch) | |
tree | 8f026306ef853aa7eb80ccb5140fdabef3d044a9 /net/Makefile | |
parent | d6447bbb2a62831894e59c321bfaf42554cde665 (diff) | |
download | ports-1e14991638e19eb798be2eae44d4a6b39bee2d0c.tar.gz ports-1e14991638e19eb798be2eae44d4a6b39bee2d0c.zip |
Add a new port for the new netgraph(4) based version of mpd.
This was done because it's incompatibile with FreeBSD 3.3 and older.
Notes
Notes:
svn path=/head/; revision=23695
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 f30d5e8dd3b1..32641e7541a7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -96,6 +96,7 @@ SUBDIR += micq SUBDIR += mopd SUBDIR += mpd + SUBDIR += mpd-netgraph SUBDIR += mpich SUBDIR += mrt SUBDIR += mrtg |