xref: /dflybsd-src/lib/libsmb/Makefile (revision d4cd165be2ea5f529d55028ab174296f6827b6be)
1984263bcSMatthew Dillon# $FreeBSD: src/lib/libsmb/Makefile,v 1.1.2.2 2001/12/20 09:21:31 sheldonh Exp $
2984263bcSMatthew Dillon
3984263bcSMatthew DillonLIB=		smb
4984263bcSMatthew Dillon
59581b82eSSascha WildnerWARNS?=		2
6f801fb79SSascha Wildner
7f675e8b5SJoerg SonnenbergerSHLIB_MAJOR=	2
8*d4cd165bSzrjSHLIBDIR?=	/lib
9984263bcSMatthew Dillon
10984263bcSMatthew DillonNOMAN=
11984263bcSMatthew Dillon
12984263bcSMatthew DillonSRCS=	rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
13984263bcSMatthew Dillon	print.c \
14984263bcSMatthew Dillon	kiconv.c \
15984263bcSMatthew Dillon	nb.c nb_name.c nb_net.c nbns_rq.c
16984263bcSMatthew DillonCONTRIBDIR=	${.CURDIR}/../../contrib/smbfs
17984263bcSMatthew DillonCFLAGS+=	-DSMB_CFG_FILE=\"/etc/nsmb.conf\" -I${CONTRIBDIR}/include
18984263bcSMatthew Dillon
19984263bcSMatthew Dillon.PATH:	${CONTRIBDIR}/lib/smb
20984263bcSMatthew Dillon
21984263bcSMatthew Dillon.include <bsd.lib.mk>
22