Roy's Projects
/
dhcpcd-ui
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Don't rebind all if found a SSID to rebind.
[dhcpcd-ui]
/
src
/
dhcpcd-online
/
Makefile
1
PROG= dhcpcd-online
2
SRCS= dhcpcd-online.c
3
4
MAN8= dhcpcd-online.8
5
6
TOPDIR= ../..
7
include ${TOPDIR}/iconfig.mk
8
9
MAN8= dhcpcd-online.8
10
11
CPPFLAGS+= -I${TOPDIR}
12
13
LDADD+= ${LIB_DHCPCD} ${LIB_INTL}
14
15
include ../libdhcpcd/Makefile.inc
16
include ${MKDIR}/prog.mk