mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 16:05:17 -04:00
No trailing slash is needed here.
This commit is contained in:
parent
b931a53849
commit
e697d2ee0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue