diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2002-05-11 00:20:22 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2002-05-11 00:20:22 +0000 |
commit | 8af263c86ca9069f7b81553ac8eeb857e092bf7b (patch) | |
tree | 4c3c0abc671f01208e923407224282de7a99c7f9 /usr.sbin/named/dnsquery | |
parent | c5d734d9312af8955fd681c243c46501f2e88049 (diff) |
Add missing libraries to bsd.prog.mk (mostly kerberosV)
Use them in DPADD throughout the tree.
Fix a few mispells (LIBMATH -> LIBM...)
Wipe obsolete lib (LIBRESOLV)
Sort added missing libraries, move obsolete stuff apart.
Synch documentation in bsd.README
ok deraadt@
Diffstat (limited to 'usr.sbin/named/dnsquery')
-rw-r--r-- | usr.sbin/named/dnsquery/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/named/dnsquery/Makefile b/usr.sbin/named/dnsquery/Makefile index 32cac24778a..ea34e354512 100644 --- a/usr.sbin/named/dnsquery/Makefile +++ b/usr.sbin/named/dnsquery/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 1997/03/12 10:41:49 downsj Exp $ +# $OpenBSD: Makefile,v 1.3 2002/05/11 00:20:20 espie Exp $ # $NetBSD: Makefile,v 1.1 1996/02/02 15:26:21 mrg Exp $ .PATH: ${.CURDIR}/../man @@ -7,7 +7,5 @@ CFLAGS+=${INCLUDE} ${CONFIG} PROG= dnsquery -LDADD= ${LIBRESOLV} - .include <bsd.prog.mk> .include "../../Makefile.inc" |