mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 21:19:47 -04:00
13 lines
214 B
Makefile
13 lines
214 B
Makefile
# $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>
|