summaryrefslogtreecommitdiff
path: root/usr/src/cmd/cmd-inet
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/cmd-inet')
-rw-r--r--usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/Makefile b/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/Makefile
index d577640c90..1f7c9b1ef7 100644
--- a/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/Makefile
+++ b/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/Makefile
@@ -26,7 +26,7 @@
#
MINCONN = minconn.so
-PASSPROMPT = passprompt.so
+PASSPROMPT = passprompt.so
PPPOE = pppoe.so
LIBRARIES = minconn.so passprompt.so pppoe.so
@@ -52,11 +52,8 @@ $(MINCONN):= MAPFILES = mapfile-minconn
$(PASSPROMPT):= MAPFILES = mapfile-passprompt
$(PPPOE):= MAPFILES = mapfile-pppoe
-# A bug in pmake causes redundancy when '+=' is conditionally assigned, so
-# '=' is used with extra variables.
-XXXLDLIBS =
-$(PASSPROMPT):= XXXLDLIBS = -lc
-LDLIBS += $(XXXLDLIBS)
+$(PASSPROMPT):= LDLIBS += -lc
+$(PPPOE):= LDLIBS += -lc
CPPFLAGS += -I.. -I$(SRC)/uts/common
# XX64 -- this should not be needed -- fix me