blob: a773e52ae33af9e8158f33689f6451130a55e436 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.1 2006/04/30 13:52:35 rpaulo Exp $
NOOBJ= # defined
.include <bsd.own.mk>
.if ${MKSHARE} != "no"
FILES= hostapd.conf
FILESDIR= /usr/share/examples/hostapd
.endif
.include <bsd.prog.mk>
|