Roy's Projects
/
dhcpcd-ui
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
: is an optional delimiter for hex strings.
[dhcpcd-ui]
/
src
/
dhcpcd-decode
/
Makefile
1
PROG= dhcpcd-decode
2
SRCS= dhcpcd-decode.c
3
4
MAN8= dhcpcd-decode.8
5
6
TOPDIR= ../..
7
include ${TOPDIR}/iconfig.mk
8
9
CPPFLAGS+= -I${TOPDIR}
10
11
LDADD+= ${LIB_DHCPCD} ${LIB_INTL}
12
13
include ../libdhcpcd/Makefile.inc
14
include ${MKDIR}/prog.mk