mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
85519b003a
support to the build. The MFC reminder below is subject to <re@FreeBSD.org> approval prior to 4.5-RELEASE. Reviewed by: bp, fjoe MFC: 1 week
15 lines
248 B
Makefile
15 lines
248 B
Makefile
# $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>
|