diff options
author | Ted Lemon <source@isc.org> | 2001-02-22 07:27:14 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 2001-02-22 07:27:14 +0000 |
commit | 793b7b9f4b1c4e1de7fa16b326024c57c3d17fb5 (patch) | |
tree | 57df7d5ce3523021e241137eb90293cb05fa1bb8 /minires | |
parent | 246f7f725a95a69bebf29a43a5a69b4c7d3ce4bb (diff) | |
download | isc-dhcp-793b7b9f4b1c4e1de7fa16b326024c57c3d17fb5.tar.gz |
Move dst functionality into seperate library
Diffstat (limited to 'minires')
-rw-r--r-- | minires/Makefile.dist | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/minires/Makefile.dist b/minires/Makefile.dist index bd785b67..814e77ab 100644 --- a/minires/Makefile.dist +++ b/minires/Makefile.dist @@ -23,14 +23,11 @@ MAN = dhcpctl.3 SRC = res_mkupdate.c res_init.c res_update.c res_send.c res_comp.c \ res_sendsigned.c res_findzonecut.c res_query.c res_mkquery.c \ ns_date.c ns_parse.c ns_sign.c ns_name.c ns_samedomain.c ns_verify.c \ - dst_api.c hmac_link.c md5_dgst.c prandom.c support.c base64.c \ toisc.c OBJ = res_mkupdate.o res_init.o res_update.o res_send.o res_comp.o \ res_sendsigned.o res_findzonecut.o res_query.o res_mkquery.o \ ns_date.o ns_parse.o ns_sign.o ns_name.o ns_samedomain.o ns_verify.o \ - dst_api.o hmac_link.o md5_dgst.o prandom.o support.o base64.o \ toisc.o -HDRS = dst_internal.h md5.h md5_locl.h DEBUG = -g INCLUDES = $(BINDINC) -I$(TOP)/includes |