5 SRCS
= main.c usb_scan.l usb.y
6 CPPFLAGS
+= -I
${.CURDIR
}
13 .
include <bsd.prog.mk
>
15 # LSC: Seems that this file is implicitly taken into account by NetBSD's make,
16 # still seems to be ignored / not found currently.
17 # It's a sad story, as it has default rules to manage yacc / lex files. So for
18 # a happy ending here it is explicitly included: