summaryrefslogtreecommitdiff
path: root/usr.sbin/named/dig
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>1997-04-13 21:25:51 +0000
committerNiels Provos <provos@cvs.openbsd.org>1997-04-13 21:25:51 +0000
commitb37124026e9750afdf29bdaf16030ecc4e7dfc15 (patch)
treea8839c11b75a4c9418b66f599c2b4a0c1596574d /usr.sbin/named/dig
parent7b96f320b0e975487768b954efccc69ee93a6f68 (diff)
use res_random.c for ids
Diffstat (limited to 'usr.sbin/named/dig')
-rw-r--r--usr.sbin/named/dig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/named/dig/Makefile b/usr.sbin/named/dig/Makefile
index a85b88cf6e1..13307071f27 100644
--- a/usr.sbin/named/dig/Makefile
+++ b/usr.sbin/named/dig/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 1997/03/14 03:40:32 downsj Exp $
+# $OpenBSD: Makefile,v 1.5 1997/04/13 21:25:34 provos Exp $
# $NetBSD: Makefile,v 1.2 1996/03/31 13:55:34 mrg Exp $
# from: $Id: Makefile,v 8.1 1994/12/15 06:23:45 vixie Exp
@@ -9,7 +9,7 @@
PROG= dig
SRCS= dig.c list.c subr.c debug.c send.c base64.c gethostnamadr.c res_comp.c \
res_debug.c res_init.c res_mkquery.c res_query.c res_send.c \
- inet_ntop.c inet_pton.c
+ res_random.c inet_ntop.c inet_pton.c
CFLAGS+=${INCLUDE} ${CONFIG} -DDEBUG
.include <bsd.prog.mk>