diff options
author | Miles Bader <miles@gnu.org> | 1995-08-23 18:20:45 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-08-23 18:20:45 +0000 |
commit | 2606f8ac5d6595d1e1640cf6cbbd51af83559b6e (patch) | |
tree | 4e67102b21ded1cc3d4cde9d7c6bbfb19b7f2acc | |
parent | e60ec84aaedc9e7af002d31631c33559011e64f6 (diff) |
Formerly Makefile.~9~
-rw-r--r-- | pfinet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |