include ../config.mk

all:
	@echo "Nothing to do..."

install:
	mkdir -p $(DESTDIR)/usr/man/man8
	cp wlanctl.8 $(DESTDIR)/usr/man/man8

clean:
