From 9e7abe05cf5e1de81df7e12ce54644e76b8a22ad Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Sun, 3 Apr 2011 22:36:40 +0000 Subject: [PATCH] - Include usbdump into default build. MFC after: 7 days Approved by: thompsa (mentor) --- usr.sbin/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index f391719fa89b..7fc531ab8879 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"