diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-09-25 19:40:57 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-09-25 19:40:57 +0000 |
commit | ec9e9912a7284b8e2a7cb81be081a1c79c2098bf (patch) | |
tree | 56f9ba8025fe01b9764415cf7de2e59728b02d56 /pfinet/Makefile | |
parent | db8b394cfffb70bc8d9936b4992c3adad087b268 (diff) |
Formerly Makefile.~11~
Diffstat (limited to 'pfinet/Makefile')
-rw-r--r-- | pfinet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/Makefile b/pfinet/Makefile index 19317991..7ad8ba16 100644 --- a/pfinet/Makefile +++ b/pfinet/Makefile @@ -28,7 +28,7 @@ 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 main.c ethernet.c OBJS= $(subst .c,.o,$(LINUXSRCS) $(SRCS)) -pfinet: $(OBJS) ../libthreads/libthreads.a +pfinet: $(OBJS) ../libthreads/libthreads.a ../libports/libports.a ../libihash/libihash.a vpath %.c linux-inet |