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 --- usr.bin/smbutil/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 usr.bin/smbutil/Makefile (limited to 'usr.bin/smbutil') diff --git a/usr.bin/smbutil/Makefile b/usr.bin/smbutil/Makefile new file mode 100644 index 0000000..8db8db7 --- /dev/null +++ b/usr.bin/smbutil/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PROG= smbutil +SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c + +DPADD= ${LIBSMB} +LDADD= -lsmb + +CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs +CFLAGS+= -I${CONTRIBDIR}/include + +.PATH: ${CONTRIBDIR}/smbutil + +.include -- cgit v1.1