diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-07 22:36:50 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-07 22:36:50 +0800 |
commit | ff49928faf657b9ef157973f1eb671301f450252 (patch) | |
tree | 91291c96b7d5fc6d5a7b84cdb7695cbfde9b4ec9 /net/Makefile | |
parent | 46d67abdf4e78610aa2607e670939981dd51d9ed (diff) | |
download | freebsd-ports-gnome-ff49928faf657b9ef157973f1eb671301f450252.tar.gz freebsd-ports-gnome-ff49928faf657b9ef157973f1eb671301f450252.tar.zst freebsd-ports-gnome-ff49928faf657b9ef157973f1eb671301f450252.zip |
add wakeonlan
Sends magic packets to WOL enabled NIC to switch on the called PC
PR: 28530
Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
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 0f22f6b35ad9..af639818d236 100644 --- a/net/Makefile +++ b/net/Makefile @@ -390,6 +390,7 @@ SUBDIR += vrrp SUBDIR += vtun SUBDIR += wais + SUBDIR += wakeonlan SUBDIR += walker SUBDIR += whatmask SUBDIR += wide-dhcp |