xref: /freebsd/contrib/smbfs/smbutil/Makefile (revision e64fe029e9d3ce476e77a478318e0c3cd201ff08)
1# $Id: Makefile,v 1.7 2001/04/16 04:34:26 bp Exp $
2
3PROG=	smbutil
4SRCS=	smbutil.c dumptree.c login.c lookup.c view.c print.c
5
6DPADD=	${LIBSMB}
7LDADD=	-lsmb
8
9.include <bsd.prog.mk>
10