diff options
Diffstat (limited to 'lib/libsmb')
-rw-r--r-- | lib/libsmb/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/libsmb/Makefile b/lib/libsmb/Makefile new file mode 100644 index 0000000..f13595c --- /dev/null +++ b/lib/libsmb/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +LIB= smb + +SHLIB_MAJOR= 1 +SHLIB_MINOR= 0 + +NOMAN= + +SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \ + print.c \ + kiconv.c \ + nb.c nb_name.c nb_net.c nbns_rq.c +CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs +CFLAGS+= -I${CONTRIBDIR}/include + +.PATH: ${CONTRIBDIR}/lib/smb + +.include <bsd.lib.mk> |