style.Makefile(5)
This commit is contained in:
parent
1ac62e0b31
commit
ec27f11411
@ -1,18 +1,17 @@
|
||||
# $FreeBSD$
|
||||
|
||||
LIB= smb
|
||||
CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs
|
||||
.PATH: ${CONTRIBDIR}/lib/smb
|
||||
|
||||
LIB= smb
|
||||
SHLIB_MAJOR= 1
|
||||
|
||||
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
|
||||
CFLAGS+= -DSMB_CFG_FILE=\"/etc/nsmb.conf\" -I${CONTRIBDIR}/include
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user