diff options
Diffstat (limited to 'nest')
-rw-r--r-- | nest/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |