- Test m_pkthdr.fw_flags against DUMMYNET_MBUF_TAGGED before trying to locate
[dragonfly/netmp.git] / contrib / smbfs / smbutil / Makefile
blobde768c1b534cd70e98e2edf45172ff5761a1b996
1 # $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>