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