mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
style.Makefile(5)
This commit is contained in:
parent
1ac62e0b31
commit
ec27f11411
1 changed files with 4 additions and 5 deletions
|
|
@ -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 a new issue