freebsd-dev/lib/libsmb/Makefile
Sheldon Hearn d7e394992c Supply SMB_CFG_FILE in CFLAGS. The newly imported smbfs-1.4.2
allows us to supply our own value for this, overriding the
default /usr/local/etc/nsmb.conf, which is not appropriate for
base system configuration files.
2001-12-20 16:21:47 +00:00

20 lines
353 B
Makefile

# $FreeBSD$
LIB= smb
SHLIB_MAJOR= 1
SHLIB_MINOR= 0
NOMAN=
SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
print.c \
kiconv.c \
nb.c nb_name.c nb_net.c nbns_rq.c
CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs
CFLAGS+= -DSMB_CFG_FILE=\"/etc/nsmb.conf\" -I${CONTRIBDIR}/include
.PATH: ${CONTRIBDIR}/lib/smb
.include <bsd.lib.mk>