diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-12-01 17:31:22 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-12-01 17:31:22 +0000 |
| commit | e697d2ee0b4b160cf2cbb490a2a60368be66d2ae (patch) | |
| tree | 88769e3e8efcff25cab1337df92dbfc7354f1414 /lib/lib80211 | |
| parent | b931a53849b55b87dce592dbeebecee14f8463a1 (diff) | |
Notes
Diffstat (limited to 'lib/lib80211')
| -rw-r--r-- | lib/lib80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib80211/Makefile b/lib/lib80211/Makefile index 18774c612c63..24095107d656 100644 --- a/lib/lib80211/Makefile +++ b/lib/lib80211/Makefile @@ -5,7 +5,7 @@ SHLIBDIR?= /lib SHLIB_MAJOR= 1 SRCS= lib80211_regdomain.c lib80211_ioctl.c -INCSDIR= ${INCLUDEDIR}/lib80211/ +INCSDIR= ${INCLUDEDIR}/lib80211 INCS= lib80211_regdomain.h lib80211_ioctl.h MAN= lib80211.3 |
