diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2020-09-14 08:39:14 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2020-09-14 08:39:14 +0000 |
commit | 91273258f09702d56f03712ff5f914eecc3b3cf8 (patch) | |
tree | f836b1a70c3ab1afd6ba5d7795aac38e3f8bf6cd /usr.bin/dig/Makefile | |
parent | 39e22bb2ce4e6987cefa3f3dcc8c75ba31f46b16 (diff) |
Bunch of dead stores and otherwise unused stuff lets us get rid of
unix/net.{c.h}. We need to sprinkle in a few #includes that net.h
dragged in.
OK deraadt
Diffstat (limited to 'usr.bin/dig/Makefile')
-rw-r--r-- | usr.bin/dig/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/dig/Makefile b/usr.bin/dig/Makefile index 276742dd667..5268bca9e52 100644 --- a/usr.bin/dig/Makefile +++ b/usr.bin/dig/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2020/02/24 17:57:54 florian Exp $ +# $OpenBSD: Makefile,v 1.4 2020/09/14 08:39:12 florian Exp $ PROG= dig SRCS= dig.c dighost.c host.c nslookup.c @@ -17,7 +17,6 @@ CFLAGS+= -Wall -I${.CURDIR} -I${.OBJDIR} CFLAGS+= -I ${.CURDIR}/bin/dig/include CFLAGS+= -I ${.CURDIR}/lib/dns/include CFLAGS+= -I ${.CURDIR}/lib/isc/include -CFLAGS+= -I ${.CURDIR}/lib/isc/unix/include CFLAGS+= -I ${.CURDIR}/lib/isccfg/include CFLAGS+= -I ${.CURDIR}/lib/lwres/include CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes |