diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-17 16:43:48 +0000 |
commit | dcf8f5b059e9ae3f767dc4069859dceba756328a (patch) | |
tree | 0079e8ac765fb551a9778ede1643145a954992a4 /pfinet/Makefile | |
parent | 88f8b13a55f5dac05830f486d0403b11b107c975 (diff) |
*** empty log message ***
Diffstat (limited to 'pfinet/Makefile')
-rw-r--r-- | pfinet/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/pfinet/Makefile b/pfinet/Makefile index f36e8693..b4023be9 100644 --- a/pfinet/Makefile +++ b/pfinet/Makefile @@ -40,16 +40,14 @@ FROBBEDLINUXHEADERS = autoconf.h config.h errno.h etherdevice.h fcntl.h \ string.h tcp.h termios.h time.h timer.h types.h udp.h un.h wait.h ASMHEADERS=bitops.h segment.h system.h -pfinet: $(OBJS) ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a \ - ../libthreads/libthreads.a ../libports/libports.a \ - ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a - -vpath %.c $(srcdir)/linux-inet +HURDLIBS=trivfs fshelp threads ports ihash shouldbeinlibc target = pfinet include ../Makeconf +vpath %.c $(srcdir)/linux-inet + CPPFLAGS += -imacros $(srcdir)/config.h io-MIGSFLAGS = -imacros $(srcdir)/mutations.h |