From 49e7e5ee0b2848f5bf120a962e2e7eb11b86566a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 10 Jan 1999 00:18:32 +0000 Subject: New makefiles. Includes support for out-of-source-tree builds. --- nest/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nest/Makefile') diff --git a/nest/Makefile b/nest/Makefile index 3990a89..46bcd17 100644 --- a/nest/Makefile +++ b/nest/Makefile @@ -1,4 +1,5 @@ -THISDIR=nest -OBJS=rt-table.o rt-fib.o rt-attr.o proto.o iface.o rt-dev.o +source=rt-table.c rt-fib.c rt-attr.c proto.c iface.c rt-dev.c +root-rel=../ +dir-name=nest include ../Rules -- cgit v1.2.3