diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-16 17:56:51 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-16 17:56:51 +0000 |
commit | c959c157c4846476ca11d09086bc4bc7fe4a5e73 (patch) | |
tree | 616a50ffbea9557c2eb128297c097f10b6268f7e | |
parent | 7f8fc8eb49d57aedfe64e35b06009dd59e15f7f3 (diff) |
Formerly Makefile.~8~
-rw-r--r-- | pfinet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/Makefile b/pfinet/Makefile index 5a950aae..25fd7d1d 100644 --- a/pfinet/Makefile +++ b/pfinet/Makefile @@ -25,7 +25,7 @@ LINUXSRCS= af_inet.c arp.c datagram.c dev.c dev_mcast.c devinet.c eth.c \ proc.c protocol.c raw.c route.c skbuff.c sock.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 +SRCS = sched.c timer-emul.c devices.c socket.c HURDLIBS=libthreads OBJS= $(subst .c,.o,$(LINUXSRCS) $(SRCS)) |