summaryrefslogtreecommitdiffstats
path: root/customdhcpcd/src/Makefile
diff options
context:
space:
mode:
authorNiklas2011-09-01 16:16:07 +0200
committerNiklas2011-09-01 16:16:07 +0200
commit8024e86b5ce80beb2870654cf29308a0f1f208b8 (patch)
tree90b31ed2d9197999c60c921fc35e0a3db4a70973 /customdhcpcd/src/Makefile
parenttried to clean the git. deleted old unused files and folders. moved customdhc... (diff)
downloadfbgui-8024e86b5ce80beb2870654cf29308a0f1f208b8.tar.gz
fbgui-8024e86b5ce80beb2870654cf29308a0f1f208b8.tar.xz
fbgui-8024e86b5ce80beb2870654cf29308a0f1f208b8.zip
bigger changes in the checkConnectivity method. using now route command to delete and add the default route. for this i am writing the gateways for every interface into a new file. located at /var/tmp/gateways_<interfaceName>
Diffstat (limited to 'customdhcpcd/src/Makefile')
-rw-r--r--customdhcpcd/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/customdhcpcd/src/Makefile b/customdhcpcd/src/Makefile
index 7f90db4..bb1078f 100644
--- a/customdhcpcd/src/Makefile
+++ b/customdhcpcd/src/Makefile
@@ -5,10 +5,10 @@
PROG= customdhcpcd
SRCS= arp.c client.c common.c configure.c dhcp.c dhcpcd.c duid.c \
info.c interface.c ipv4ll.c logger.c logwriter.c signal.c socket.c
-MAN= dhcpcd.8
+MAN=
VERSION= 3.2.3
-CLEANFILES= version.h dhcpcd.8
+CLEANFILES= version.h
BINDIR= ${PREFIX}/sbin