blob: f622ebcfbf60cc10bb29aa278275b72e8d26c793 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DIR= ${UDEVDIR}/rules.d
SRCS= ${SRCS-${OS}}
INC= ${INC-${OS}}
MK= ../mk
include ${MK}/os.mk
SRCS-Linux= 90-network.rules
INC-Linux= 90-network.rules
include ${MK}/scripts.mk
|