]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/smbfs/smbutil/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / smbfs / smbutil / Makefile
1 # $Id: Makefile,v 1.7 2001/04/16 04:34:26 bp Exp $
2
3 PROG=   smbutil
4 SRCS=   smbutil.c dumptree.c login.c lookup.c view.c print.c
5
6 DPADD=  ${LIBSMB}
7 LDADD=  -lsmb
8
9 .include <bsd.prog.mk>