summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mount_smbfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mount_smbfs/Makefile')
-rw-r--r--usr.sbin/mount_smbfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mount_smbfs/Makefile b/usr.sbin/mount_smbfs/Makefile
index dabd539..482b955 100644
--- a/usr.sbin/mount_smbfs/Makefile
+++ b/usr.sbin/mount_smbfs/Makefile
@@ -9,8 +9,8 @@ MOUNTDIR= ${.CURDIR}/../../sbin/mount
CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs
CFLAGS+= -DSMBFS -I${MOUNTDIR} -I${CONTRIBDIR}/include
-LDADD+= -lsmb
-DPADD+= ${LIBSMB}
+LDADD= -lsmb
+DPADD= ${LIBSMB}
# Needs to be dynamically linked for optional dlopen() access to
# userland libiconv (see the -E option).
OpenPOWER on IntegriCloud