NetBSD/dist/smbfs/smbutil/Makefile
2003-02-16 09:19:10 +00:00

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>