# Project: ifconfig

-include ../Makefile.cfg

LDFLAGS += -lnet

OBJ = main.o
BIN = ifconfig

-include ../Makefile.tpl

