diff options
author | Will Andrews <will@FreeBSD.org> | 2000-04-16 04:30:28 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-04-16 04:30:28 +0000 |
commit | 8a5f39c62162866e0c0bebb3c268b0d34e41abe1 (patch) | |
tree | 4135516246792feff600da429749a5fd4f463e97 /net/Makefile | |
parent | Start move of mudix from games to net category. mudix will be fixed for (diff) |
Add mudix to net category, moved from games. Also upgrade to version 3.2.
And fix building on 4.0+, which have ncurses in the base, but unfortunately
base ncurses is useless.
Noted by; "Oleg V. Volkov" <rover@lglobus.ru>
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (fix for -current)
Approved by: asami (in regards to no repo-copy)
Notes
Notes:
svn path=/head/; revision=27636
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 ed1827b6c60d..ffdf15a9e400 100644 --- a/net/Makefile +++ b/net/Makefile @@ -117,6 +117,7 @@ SUBDIR += mrt SUBDIR += mrtg SUBDIR += mtr + SUBDIR += mudix SUBDIR += naim SUBDIR += nam SUBDIR += ncplib |