mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
3e11bd9e2a
Reduce overlinking
16 lines
248 B
Makefile
16 lines
248 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= smbutil
|
|
SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c
|
|
|
|
LIBADD= smb kiconv
|
|
|
|
CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs
|
|
CFLAGS+= -I${CONTRIBDIR}/include
|
|
|
|
WARNS?= 0
|
|
|
|
.PATH: ${CONTRIBDIR}/smbutil
|
|
|
|
.include <bsd.prog.mk>
|