#!/usr/bin/make -f include ../source.mk nop: @: build: cp ../config src/wpa_supplicant/.config oh-autobuild -B src/wpa_supplicant/ touch $@ install: build oh-autoinstall -B src/wpa_supplicant/ -- \ LIBDIR=/usr/lib/$(OPK_HOST_ARCH) \ BINDIR=/usr/sbin set -e; for f in ../ifupdown/*; do \ install -d -m 0755 "dest/etc/network/$${f##*/}.d"; \ install -m 0755 "$${f}" "dest/etc/network/$${f##*/}.d/wpa"; \ done oh-fixperms oh-strip oh-installfiles