diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2009-01-06 20:19:49 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2009-01-06 20:19:49 +0000 |
| commit | ea755ed6ef35714bd2f36615d94a6cabbe3fa6dd (patch) | |
| tree | c2f06d6a3b7df541fa1eaba4a487a9d07460d596 /usr.sbin | |
| parent | 5a1be0ff8fae733ff719d424488a7ca34fee8836 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/wpa/wpa_supplicant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile b/usr.sbin/wpa/wpa_supplicant/Makefile index c0b2b657c518..ccd8a64c2a40 100644 --- a/usr.sbin/wpa/wpa_supplicant/Makefile +++ b/usr.sbin/wpa/wpa_supplicant/Makefile @@ -11,7 +11,7 @@ SRCS= config.c eloop.c common.c md5.c rc4.c sha1.c aes_wrap.c \ MAN= wpa_supplicant.8 wpa_supplicant.conf.5 -.if ${MK_EXAMPLES} != "no" +.if !defined(NO_SHARE) FILESDIR= ${SHAREDIR}/examples/etc FILES= wpa_supplicant.conf .endif |
