diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-09-12 16:02:43 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-09-12 16:02:43 +0000 |
commit | f49960a0d40ee3792148831875330cc068a3047e (patch) | |
tree | b278df536cfdc9fc8d710be7523454ad967f7ae8 /pfinet | |
parent | 6e094620a0a9d1a3a12ace6564076b6d15a59ecc (diff) |
Formerly Makefile.~10~
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/Makefile b/pfinet/Makefile index f39dc408..19317991 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 socket.c +SRCS = sched.c timer-emul.c devices.c socket.c main.c ethernet.c OBJS= $(subst .c,.o,$(LINUXSRCS) $(SRCS)) pfinet: $(OBJS) ../libthreads/libthreads.a |