Merge branch 'master' of git://github.com/thepowersgang/acess2
[tpg/acess2.git] / Usermode / Libraries / libresolv.so_src / Makefile
1 # Acess2 BSD "resolv" library
2 # Makefile
3
4 -include ../Makefile.cfg
5
6 CPPFLAGS += 
7 CFLAGS   += -Wextra
8 ASFLAGS  +=
9 LDFLAGS  += 
10 LIBS     += -lnet -lpsocket
11
12 OBJ  = resolv.o
13 BIN = libresolv.so
14
15 include ../Makefile.tpl
16

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