Usermode build system overhaul
[tpg/acess2.git] / Usermode / Applications / ifconfig_src / Makefile
1 # Project: ifconfig
2
3 -include ../Makefile.cfg
4
5 LDFLAGS += -lnet
6
7 OBJ = main.o
8 BIN = ifconfig
9
10 -include ../Makefile.tpl
11

UCC git Repository :: git.ucc.asn.au