diff options
author | gordon <gordon@FreeBSD.org> | 2003-07-02 16:22:43 +0000 |
---|---|---|
committer | gordon <gordon@FreeBSD.org> | 2003-07-02 16:22:43 +0000 |
commit | 1a8aeb6229f473871893e1e7ea8dbf9c0e8271ba (patch) | |
tree | ffd3c993db8f014d31d320e16d277c692aac0990 /sbin/mount_smbfs | |
parent | c8da5ca5c290dcceefd3f6478d693e88d63a1107 (diff) | |
download | FreeBSD-src-1a8aeb6229f473871893e1e7ea8dbf9c0e8271ba.zip FreeBSD-src-1a8aeb6229f473871893e1e7ea8dbf9c0e8271ba.tar.gz |
Remove smbfs, portalfs, and nwfs from sbin. The sources live in usr.sbin
now.
Diffstat (limited to 'sbin/mount_smbfs')
-rw-r--r-- | sbin/mount_smbfs/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sbin/mount_smbfs/Makefile b/sbin/mount_smbfs/Makefile deleted file mode 100644 index 9c56456..0000000 --- a/sbin/mount_smbfs/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PROG= mount_smbfs -SRCS= mount_smbfs.c getmntopts.c -WARNS?= 0 -MAN= mount_smbfs.8 - -MOUNTDIR= ${.CURDIR}/../mount -CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs -CFLAGS+= -DSMBFS -I${MOUNTDIR} -I${CONTRIBDIR}/include - -LDADD+= -lsmb -DPADD+= ${LIBSMB} - -# Needs to be dynamically linked for optional dlopen() access to -# userland libiconv (see the -E option). -# -NOSHARED?= NO - -.PATH: ${CONTRIBDIR}/mount_smbfs - -.include <bsd.prog.mk> |