8fec3ea9ce
are kept intact.
10 lines
184 B
Makefile
10 lines
184 B
Makefile
# from: 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>
|