mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
And put smb related programs and lib in it. Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D38228
16 lines
252 B
Makefile
16 lines
252 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= smbutil
|
|
PACKAGE= smbutils
|
|
SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c
|
|
|
|
LIBADD= smb
|
|
|
|
CONTRIBDIR= ${SRCTOP}/contrib/smbfs
|
|
CFLAGS+= -I${CONTRIBDIR}/include
|
|
|
|
WARNS?= 0
|
|
|
|
.PATH: ${CONTRIBDIR}/smbutil
|
|
|
|
.include <bsd.prog.mk>
|