diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-01-04 22:11:45 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-01-04 22:11:45 +0000 |
commit | 130997ebdc0d668fb25dd3d03721f5ed03f918cb (patch) | |
tree | 39ea4e85907095f427d9b9239f12b93a33bdca48 /comms/Makefile | |
parent | 34e78dcbf865aa26c803675b79bf8309b8f5464f (diff) |
mlan is a of Dallas Semiconductors "TMEX" API for 1-wire / microlan
devices. Only DS2480 bases serial port attachment is supported.
Reviewed by: cpiazza
Notes
Notes:
svn path=/head/; revision=24423
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index d1880731c13f..1c80a9921df0 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -11,6 +11,7 @@ SUBDIR += lrzsz SUBDIR += mgetty+sendfax SUBDIR += minicom + SUBDIR += mlan SUBDIR += mserver SUBDIR += qpage SUBDIR += rzsz |