mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-30 15:54:56 +02:00
10 lines
467 B
Makefile
10 lines
467 B
Makefile
|
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 > $@
|