From b612eddf20531cb51380746df765055b89092f38 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Mon, 2 Mar 1998 22:02:22 +0000 Subject: Update for new kernel, plus more changes. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 14911af..13ab7c7 100644 --- a/Makefile +++ b/Makefile @@ -172,8 +172,8 @@ nlsdir: subdirs: @for i in $(SUBDIRS); do $(MAKE) -C $$i $(MDEFINES) ; done -ifconfig: $(NET-LIB) ifconfig.o - $(CC) $(LDFLAGS) -o ifconfig ifconfig.o $(NLIB) $(RESLIB) +ifconfig: $(NET-LIB) ifconfig.o interface.o sockets.o + $(CC) $(LDFLAGS) -o ifconfig ifconfig.o interface.o sockets.o $(NLIB) $(RESLIB) hostname: hostname.o $(CC) $(LDFLAGS) -o hostname hostname.o @@ -187,8 +187,8 @@ arp: $(NET-LIB) arp.o rarp: $(NET-LIB) rarp.o $(CC) $(LDFLAGS) -o rarp rarp.o $(NLIB) -netstat: $(NET-LIB) netstat.o statistics.o - $(CC) $(LDFLAGS) -o netstat netstat.o statistics.o $(NLIB) $(RESLIB) +netstat: $(NET-LIB) netstat.o statistics.o interface.o sockets.o + $(CC) $(LDFLAGS) -o netstat netstat.o statistics.o interface.o sockets.o $(NLIB) $(RESLIB) installbin: install -o root -g root -m 0755 arp ${BASEDIR}/sbin -- cgit v1.2.3-65-gdbad