summaryrefslogtreecommitdiffstats
path: root/usr.bin/smbutil
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-12-14 11:41:22 +0000
committersheldonh <sheldonh@FreeBSD.org>2001-12-14 11:41:22 +0000
commit551d694f64492d4841014ae147153c9ca632408c (patch)
treea6563e2409fea18ff81d15c248055df33169e326 /usr.bin/smbutil
parente19de1ca7045af9c082151e6054a81cbed69548f (diff)
downloadFreeBSD-src-551d694f64492d4841014ae147153c9ca632408c.zip
FreeBSD-src-551d694f64492d4841014ae147153c9ca632408c.tar.gz
Add bmake glue for src/contrib/smbfs and connect userland smbfs
support to the build. The MFC reminder below is subject to <re@FreeBSD.org> approval prior to 4.5-RELEASE. Reviewed by: bp, fjoe MFC: 1 week
Diffstat (limited to 'usr.bin/smbutil')
-rw-r--r--usr.bin/smbutil/Makefile14
1 files changed, 14 insertions, 0 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud