From c471519aba6e6d22838f77d0bf9e3c7f6026db8a Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Thu, 9 Sep 1999 21:04:00 +0000 Subject: [PATCH] Add callback.c and remote.c --- dhcpctl/Makefile.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dhcpctl/Makefile.dist b/dhcpctl/Makefile.dist index bef58a62..13ada812 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