Roy's Projects
/
dhcpcd-ui
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Disconnect when same SSID selected (#1)
[dhcpcd-ui]
/
src
/
dhcpcd-curses
/
Makefile
1
PROG= dhcpcd-curses
2
SRCS= dhcpcd-curses.c eloop.c
3
4
TOPDIR= ../..
5
include ${TOPDIR}/iconfig.mk
6
7
MAN8= dhcpcd-curses.8
8
9
CPPFLAGS+= -I${TOPDIR} ${CURSES_CPPFLAGS}
10
LDADD+= ${LIB_DHCPCD} ${LIB_CURSES} ${LIB_INTL}
11
12
.PHONY: dhcpcd-curses
13
14
include ../libdhcpcd/Makefile.inc
15
16
include ${MKDIR}/prog.mk