10 lines
180 B
Makefile
10 lines
180 B
Makefile
|
# $Id: Makefile,v 1.7 2001/04/16 04:34:26 bp Exp $
|
||
|
|
||
|
PROG= smbutil
|
||
|
SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c
|
||
|
|
||
|
DPADD= ${LIBSMB}
|
||
|
LDADD= -lsmb
|
||
|
|
||
|
.include <bsd.prog.mk>
|