diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-12-18 13:29:59 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-12-18 13:29:59 +0000 |
| commit | e7f0e4fe63e29697cac33889256fc02d2b57f5f8 (patch) | |
| tree | 296ed096053da7443cf85baabf9a3743560196ea /include | |
| parent | c7c1b6bb1f8bfae3e7a14e7615750f5c3dfca86f (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile index a610f83308bc0..0ba2d40b93ae0 100644 --- a/include/Makefile +++ b/include/Makefile @@ -29,6 +29,8 @@ RPCFILES= auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h \ rpc.h rpc_com.h rpc_msg.h svc.h svc_auth.h types.h xdr.h \ auth_des.h des.h des_crypt.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: @@ -118,6 +120,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/${MACHINE_ARCH}/include) cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ |
