From: Ted Lemon Date: Thu, 9 Sep 1999 21:04:00 +0000 (+0000) Subject: Add callback.c and remote.c X-Git-Tag: V3-BETA-1-PATCH-2~5^2~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c471519aba6e6d22838f77d0bf9e3c7f6026db8a;p=thirdparty%2Fdhcp.git Add callback.c and remote.c --- diff --git a/dhcpctl/Makefile.dist b/dhcpctl/Makefile.dist index bef58a627..13ada812e 100644 --- a/dhcpctl/Makefile.dist +++ b/dhcpctl/Makefile.dist @@ -19,8 +19,8 @@ CATMANPAGES = dhcpctl.cat3 SEDMANPAGES = dhcpctl.man3 -SRC = dhcpctl.c -OBJ = dhcpctl.o +SRC = dhcpctl.c callback.c remote.c +OBJ = dhcpctl.o callback.o remote.o MAN = dhcpctl.3 DEBUG = -g