# Project: ip

-include ../Makefile.cfg

LDFLAGS += -lnet

OBJ = main.o addr.o routes.o
BIN = ip

-include ../Makefile.tpl

