inpcb: Use netisr_ncpus for listing inpcbs.
[dragonfly.git] / sbin / mount_smbfs / Makefile
blobb3d97db2c86c409b55c9a3f6491147ed9128f917
1 # $FreeBSD: src/sbin/mount_smbfs/Makefile,v 1.1.2.3 2001/12/20 16:28:30 sheldonh Exp $
3 PROG= mount_smbfs
4 SRCS= mount_smbfs.c getmntopts.c
5 MAN= mount_smbfs.8
7 CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs
8 CFLAGS+= -DSMBFS -I${CONTRIBDIR}/include
10 LDADD+= -lsmb
11 DPADD+= ${LIBSMB}
13 # Needs to be dynamically linked for optional dlopen() access to
14 # userland libiconv (see the -E option).
16 NOSHARED?= NO
18 .PATH: ${CONTRIBDIR}/mount_smbfs
20 .include <bsd.prog.mk>