summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile
index 3d7b146..01dfc00 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -26,6 +26,8 @@ ARPAFILES= ftp.h inet.h nameser.h nameser_compat.h telnet.h tftp.h
PROTOFILES= dumprestore.h routed.h rwhod.h talkd.h timed.h
+NETSMBFILES= nb_lib.h smb_lib.h smb_rap.h
+
MFILES= float.h floatingpoint.h stdarg.h varargs.h
# posix4/aio.h conflicts with dysons and isn't installed:
@@ -116,6 +118,11 @@ copies:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
${DESTDIR}/usr/include/netinet
.endif
+.if exists(${.CURDIR}/../sys/contrib/netsmb/include/netsmb)
+ cd ${.CURDIR}/../sys/contrib/netsmb/include/netsmb; \
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${NETSMBFILES} \
+ ${DESTDIR}/usr/include/netsmb
+.endif
.if exists(${.CURDIR}/../sys/security/lomac)
cd ${.CURDIR}/../sys/security/lomac; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 lomac.h \
OpenPOWER on IntegriCloud