1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-07 13:14:51 +00:00
freebsd/usr.bin/smbutil/Makefile

15 lines
248 B
Makefile
Raw Normal View History

# $FreeBSD$
PROG= smbutil
SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c
DPADD= ${LIBSMB}
LDADD= -lsmb
CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs
CFLAGS+= -I${CONTRIBDIR}/include
.PATH: ${CONTRIBDIR}/smbutil
.include <bsd.prog.mk>