t40c term[] count fix
[minix.git] / commands / devmand / Makefile
blob02dc7a834f490bcf428260d55e7a254f30162084
2 PROG = devmand
3 MAN =
5 SRCS = main.c usb_scan.l usb.y
6 CPPFLAGS+= -I${.CURDIR}
8 YFLAGS:= -d
9 CLEANFILES+= y.tab.h
11 usb_scan.l: usb.y
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:
19 .include <sys.mk>