diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-01 19:35:27 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-01 19:35:27 +0000 |
commit | cf65cc3cd6e9ad52465271221e48e6678c10850c (patch) | |
tree | e58d76b2bbd669b1dd3eb76859be037b177e95d0 /pfinet/Makefile | |
parent | a81a9ba710f6894869e8fcac75a8ec471227bda1 (diff) |
Formerly Makefile.~3~
Diffstat (limited to 'pfinet/Makefile')
-rw-r--r-- | pfinet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pfinet/Makefile b/pfinet/Makefile index 07617d65..31e3a836 100644 --- a/pfinet/Makefile +++ b/pfinet/Makefile @@ -26,12 +26,12 @@ 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 OBJS= $(subst .c,.o,$(LINUXSRCS)) -vpath %.c linux +vpath %.c linux-inet target = pfinet include ../Makeconf -CPPFLAGS += -Ilinux +CPPFLAGS += -I. |