git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ARCH=native - Fix compilation on newer compilers (link order)
[tpg/acess2.git]
/
Usermode
/
Applications
/
ip_src
/
Makefile
1
# Project: ip
2
3
-include ../Makefile.cfg
4
5
LDFLAGS +=
6
LIBS += -lnet
7
8
OBJ = main.o addr.o routes.o
9
BIN = ip
10
11
-include ../Makefile.tpl
12
UCC
git Repository :: git.ucc.asn.au