Reduce amount of macro magic. Use the same special characters as nroff
[netbsd-mini2440.git] / dist / smbfs / smbutil / Makefile
blobc4454b59ad5915b366fce46a237038a6b319dbe8
1 # from: Id: Makefile,v 1.7 2001/04/16 04:34:26 bp Exp
3 PROG= smbutil
4 SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c
6 DPADD= ${LIBSMB}
7 LDADD= -lsmb
9 .include <bsd.prog.mk>