diff options
author | sam <sam@FreeBSD.org> | 2005-06-06 03:58:02 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2005-06-06 03:58:02 +0000 |
commit | 64ebe3db6831d8a3e1384c0e431c98da5509ec22 (patch) | |
tree | dfbe3d08e9e5af1bddeb33eef1f2692dcaefe92f | |
parent | 4761ca06abf65e9ded0049e71990e8dc3b10b463 (diff) | |
download | FreeBSD-src-64ebe3db6831d8a3e1384c0e431c98da5509ec22.zip FreeBSD-src-64ebe3db6831d8a3e1384c0e431c98da5509ec22.tar.gz |
hookup wpa tools to the build
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 51eab29..bf982ff 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -174,6 +174,7 @@ SUBDIR= ac \ watch \ watchdogd \ wicontrol \ + wpa \ ${_wlconfig} \ ${_ypbind} \ ${_yp_mkdb} \ |