2009-05-24 01:08:12 +05:30
|
|
|
DIR= ${LIBEXECDIR}/net
|
2011-10-20 07:00:39 +05:30
|
|
|
SRCS= ifconfig.sh.in ${SRCS-${OS}}
|
2008-03-26 19:48:01 +05:30
|
|
|
INC= dhclient.sh dhcpcd.sh ifconfig.sh macchanger.sh macnet.sh \
|
2011-10-20 07:00:39 +05:30
|
|
|
ssidnet.sh system.sh wpa_supplicant.sh ${INC-${OS}}
|
2007-04-05 16:48:42 +05:30
|
|
|
|
2008-01-10 22:05:59 +05:30
|
|
|
MK= ../mk
|
2008-03-25 19:36:05 +05:30
|
|
|
include ${MK}/os.mk
|
2011-10-18 06:48:39 +05:30
|
|
|
|
2011-10-20 07:00:39 +05:30
|
|
|
SRCS-FreeBSD= iwconfig.sh.in
|
|
|
|
INC-FreeBSD= iwconfig.sh
|
2011-10-18 06:48:39 +05:30
|
|
|
|
2011-10-20 07:00:39 +05:30
|
|
|
SRCS-Linux= iwconfig.sh.in
|
|
|
|
INC-Linux= adsl.sh apipa.sh arping.sh bonding.sh br2684ctl.sh bridge.sh \
|
2011-10-18 06:48:39 +05:30
|
|
|
ccwgroup.sh clip.sh ethtool.sh iproute2.sh ifplugd.sh ip6to4.sh \
|
|
|
|
ipppd.sh iwconfig.sh netplugd.sh pppd.sh pump.sh tuntap.sh udhcpc.sh \
|
2011-09-28 03:25:22 +05:30
|
|
|
vlan.sh macvlan.sh
|
2011-10-18 06:48:39 +05:30
|
|
|
|
2011-10-20 07:00:39 +05:30
|
|
|
SRCS-NetBSD=
|
|
|
|
INC-NetBSD= ifwatchd.sh
|
2011-10-18 06:48:39 +05:30
|
|
|
|
2011-10-28 21:44:44 +05:30
|
|
|
%.sh: %.sh${SFX}
|
2011-10-18 06:48:39 +05:30
|
|
|
${CP} $< $@
|
|
|
|
|
2008-01-10 22:05:59 +05:30
|
|
|
include ${MK}/scripts.mk
|