summaryrefslogtreecommitdiff
path: root/usr.sbin/named/addr/Makefile
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-03-12 11:30:36 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-03-12 11:30:36 +0000
commitea42468b09600eb87d42aadbaa8002d0fa53fd82 (patch)
treeccb18746c402740db467212e419b094d0d1aef5b /usr.sbin/named/addr/Makefile
parent60d2915a45fd4f528048269410458a2ad18fb129 (diff)
Add the rest of the 4.9.5 tools.
Diffstat (limited to 'usr.sbin/named/addr/Makefile')
-rw-r--r--usr.sbin/named/addr/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/named/addr/Makefile b/usr.sbin/named/addr/Makefile
new file mode 100644
index 00000000000..d5c67be2a10
--- /dev/null
+++ b/usr.sbin/named/addr/Makefile
@@ -0,0 +1,11 @@
+# $OpenBSD: Makefile,v 1.1 1997/03/12 11:30:35 downsj Exp $
+
+PROG= addr
+NOMAN= yes
+
+CFLAGS+=${INCLUDE} ${CONFIG}
+
+LDADD= ${LIBRESOLV}
+
+.include <bsd.prog.mk>
+.include "../Makefile.inc"