aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 23169cf0d171d7f2c9189b9af777ff881b56502f (plain) (blame)
1
2
3
4
5
6
7
8
9
GENERATE = collect-wireless-mac.capsman collect-wireless-mac.local dhcp-lease-comment.capsman dhcp-lease-comment.local

all: $(GENERATE)

%.local: *.in Makefile
	sed -e 's/%PATH%/interface wireless/' -e '/^# !!/,/^# !!/c # !! Do not edit this file, it is generated from template!' < $(basename $@).in > $@

%.capsman: *.in Makefile
	sed -e 's/%PATH%/caps-man/' -e '/^# !!/,/^# !!/c # !! Do not edit this file, it is generated from template!' < $(basename $@).in > $@