Roy's Projects
/
dhcpcd-ui
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add dhcpcd_decode which decodes a dhcpcd encoded string variable.
[dhcpcd-ui]
/
src
/
libdhcpcd
/
Makefile
1
LIB= dhcpcd
2
SHLIB_MAJOR= 1
3
SRCS= dhcpcd.c config.c wpa.c ${UNVIS_SRC}
4
INCS= dhcpcd.h
5
6
TOPDIR= ../..
7
include ${TOPDIR}/iconfig.mk
8
9
CPPFLAGS+= -I${TOPDIR}
10
LDADD+= ${LIB_INTL}
11
12
# Don't install
13
LIBINSTALL= ${LIB_DHCPCD_INSTALL}
14
15
include ${MKDIR}/lib.mk