summaryrefslogtreecommitdiff
path: root/common/Makefile.dist
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1998-06-25 02:51:49 +0000
committerTed Lemon <source@isc.org>1998-06-25 02:51:49 +0000
commit74c54b65dbed23bb2dd8dec4f3216e88ae4693c8 (patch)
tree28894a229cd6ab95643d330db1850e8d156c82c3 /common/Makefile.dist
parenteb77797973c1c7945e786f7a31a93f2f36827290 (diff)
downloadisc-dhcp-74c54b65dbed23bb2dd8dec4f3216e88ae4693c8.tar.gz
Add statement executor module
Diffstat (limited to 'common/Makefile.dist')
-rw-r--r--common/Makefile.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/Makefile.dist b/common/Makefile.dist
index 5573dbfc..f17b3b47 100644
--- a/common/Makefile.dist
+++ b/common/Makefile.dist
@@ -34,11 +34,11 @@ CATMANPAGES = dhcp-options.cat5
SRC = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \
dlpi.c packet.c memory.c print.c options.c inet.c convert.c \
tree.c tables.c hash.c alloc.c errwarn.c inet_addr.c dns.c \
- resolv.c sysconf.c interact.c
+ resolv.c sysconf.c interact.c execute.c
OBJ = raw.o parse.o nit.o icmp.o dispatch.o conflex.o upf.o bpf.o socket.o \
dlpi.o packet.o memory.o print.o options.o inet.o convert.o \
tree.o tables.o hash.o alloc.o errwarn.o inet_addr.o dns.o \
- resolv.o sysconf.o interact.o
+ resolv.o sysconf.o interact.o execute.o
MAN = dhcp-options.5
DEBUG = -g