From 551d694f64492d4841014ae147153c9ca632408c Mon Sep 17 00:00:00 2001 From: sheldonh Date: Fri, 14 Dec 2001 11:41:22 +0000 Subject: Add bmake glue for src/contrib/smbfs and connect userland smbfs support to the build. The MFC reminder below is subject to approval prior to 4.5-RELEASE. Reviewed by: bp, fjoe MFC: 1 week --- lib/libsmb/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lib/libsmb/Makefile (limited to 'lib/libsmb/Makefile') 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 -- cgit v1.1