1 2PROG = devmand 3MAN = 4 5SRCS = main.c usb_scan.l usb.y 6CPPFLAGS+= -I${.CURDIR} 7 8YFLAGS:= -d 9CLEANFILES+= y.tab.h 10 11usb_scan.l: usb.y 12 13.include <bsd.prog.mk> 14 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: 19.include <sys.mk> 20 21