From 2606f8ac5d6595d1e1640cf6cbbd51af83559b6e Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 23 Aug 1995 18:20:45 +0000 Subject: Formerly Makefile.~9~ --- pfinet/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pfinet/Makefile b/pfinet/Makefile index 25fd7d1d..f39dc408 100644 --- a/pfinet/Makefile +++ b/pfinet/Makefile @@ -26,9 +26,10 @@ LINUXSRCS= af_inet.c arp.c datagram.c dev.c dev_mcast.c devinet.c eth.c \ tcp.c timer.c udp.c utils.c UNUSEDSRC = packet.c ipx.c ip_fw.c p8022.c p8023.c pe2.c psnap.c rarp.c SRCS = sched.c timer-emul.c devices.c socket.c -HURDLIBS=libthreads OBJS= $(subst .c,.o,$(LINUXSRCS) $(SRCS)) +pfinet: $(OBJS) ../libthreads/libthreads.a + vpath %.c linux-inet target = pfinet -- cgit v1.2.3