diff options
author | hselasky <hselasky@FreeBSD.org> | 2011-04-03 22:36:40 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2011-04-03 22:36:40 +0000 |
commit | 57f20b6d96e83eb8b380cc3211f0ddf2cc96469e (patch) | |
tree | f0c765eef8ad237fa74f7bdd5e115d8945b5c0aa /usr.sbin/Makefile | |
parent | e253ede76350c4b63552fb9fa2ab251200bba4d6 (diff) | |
download | FreeBSD-src-57f20b6d96e83eb8b380cc3211f0ddf2cc96469e.zip FreeBSD-src-57f20b6d96e83eb8b380cc3211f0ddf2cc96469e.tar.gz |
- Include usbdump into default build.
MFC after: 7 days
Approved by: thompsa (mentor)
Diffstat (limited to 'usr.sbin/Makefile')
-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 f391719..7fc531a 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -296,6 +296,7 @@ SUBDIR+= crunch SUBDIR+= uathload SUBDIR+= uhsoctl SUBDIR+= usbconfig +SUBDIR+= usbdump .endif .if ${MK_WIRELESS} != "no" |