[Midnightbsd-cvs] src [10462] trunk/usr.sbin/mount_smbfs/Makefile: update build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jun 6 19:57:19 EDT 2018


Revision: 10462
          http://svnweb.midnightbsd.org/src/?rev=10462
Author:   laffer1
Date:     2018-06-06 19:57:19 -0400 (Wed, 06 Jun 2018)
Log Message:
-----------
update build

Modified Paths:
--------------
    trunk/usr.sbin/mount_smbfs/Makefile

Modified: trunk/usr.sbin/mount_smbfs/Makefile
===================================================================
--- trunk/usr.sbin/mount_smbfs/Makefile	2018-06-06 23:54:14 UTC (rev 10461)
+++ trunk/usr.sbin/mount_smbfs/Makefile	2018-06-06 23:57:19 UTC (rev 10462)
@@ -1,5 +1,5 @@
 # $MidnightBSD$
-# $FreeBSD: src/usr.sbin/mount_smbfs/Makefile,v 1.8 2005/11/16 02:47:12 rodrigc Exp $
+# $FreeBSD: stable/10/usr.sbin/mount_smbfs/Makefile 258125 2013-11-14 09:25:29Z glebius $
 
 PROG=	mount_smbfs
 SRCS=	mount_smbfs.c getmntopts.c
@@ -12,11 +12,6 @@
 LDADD=	-lsmb -lkiconv
 DPADD=	${LIBSMB} ${LIBKICONV}
 
-# Needs to be dynamically linked for optional dlopen() access to
-# userland libiconv (see the -E option).
-#
-NO_SHARED?=	NO
-
 .PATH:	${CONTRIBDIR}/mount_smbfs
 .PATH:  ${MOUNTDIR}
 



More information about the Midnightbsd-cvs mailing list