Lines Matching defs:ioconf
1 # $NetBSD: bsd.ioconf.mk,v 1.5 2014/11/30 15:53:29 uebayasi Exp $
6 # If IOCONF is defined, autocreate ioconf.[ch] and locators.h.
8 .if !empty(IOCONF)
10 # discourage direct inclusion. bsd.ioconf.mk will hopefully go away
14 # XXX: ioconf.c doesn't need to depend on TOOL_CONFIG, but that helps
16 # features related to ioconf.
20 ioconf.c: ${IOCONF} ${CONFIGDEP}
22 ${IOCONFDIR:U${.CURDIR}}/${IOCONF}
26 touch ioconf.c ioconf.h locators.h
30 ioconf.c:
31 @echo do not include bsd.ioconf.mk directly
36 locators.h: ioconf.c
37 ioconf.h: ioconf.c
39 CLEANFILES+= ioconf.c ioconf.h locators.h
40 DPSRCS+= ioconf.c ioconf.h locators.h