git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Moving more stuff to new makefiles
[tpg/acess2.git]
/
Usermode
/
Applications
/
ifconfig_src
/
rules.mk
1
# ifconfig
2
3
include $(BASE)header.mk
4
5
# Variables
6
SRCS := main.c
7
BIN := $(OUTPUTDIR)Bin/ifconfig
8
9
LDFLAGS-$(DIR) += -lnet
10
11
include $(BASE)body.mk
12
13
include $(BASE)footer.mk
14
UCC
git Repository :: git.ucc.asn.au