projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f61ac5
)
need socket library now (for getnetbyname)
author
Paul Mackerras
<paulus@samba.org>
Mon, 18 Dec 1995 03:40:41 +0000
(
03:40
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 18 Dec 1995 03:40:41 +0000
(
03:40
+0000)
pppd/Makefile.sol2
patch
|
blob
|
history
diff --git
a/pppd/Makefile.sol2
b/pppd/Makefile.sol2
index 663ac43b5e4edcf2fb635d5da372b3238782ae8b..12d8767ffd1a41989d0a4cf7913fc62e3f4260f8 100644
(file)
--- a/
pppd/Makefile.sol2
+++ b/
pppd/Makefile.sol2
@@
-1,6
+1,6
@@
#
# Makefile for pppd under Solaris 2.
-# $Id: Makefile.sol2,v 1.
1 1995/10/27 03:54:0
1 paulus Exp $
+# $Id: Makefile.sol2,v 1.
2 1995/12/18 03:40:4
1 paulus Exp $
#
BINDIR = /usr/local/bin
@@
-22,7
+22,7
@@
OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o ccp.o \
auth.o options.o sys-svr4.o
pppd: $(OBJS)
- $(CC) -o pppd $(OBJS) -lnsl
+ $(CC) -o pppd $(OBJS) -l
socket -l
nsl
install:
$(INSTALL) -f $(BINDIR) -m 4755 -u root pppd