summaryrefslogtreecommitdiff
path: root/usr.sbin/named
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-03-12 14:54:16 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-03-12 14:54:16 +0000
commit599e977d72827b11f842a8e75da86992a89ec28f (patch)
tree1c2f87e005c5f3c83adebf4ae02d1a9131509811 /usr.sbin/named
parent8d27e6a1f59b856ebd831aec1c21975d4ad224f9 (diff)
I'm much too tired.
Diffstat (limited to 'usr.sbin/named')
-rw-r--r--usr.sbin/named/addr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/named/addr/Makefile b/usr.sbin/named/addr/Makefile
index d5c67be2a10..624231c97d1 100644
--- a/usr.sbin/named/addr/Makefile
+++ b/usr.sbin/named/addr/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 1997/03/12 11:30:35 downsj Exp $
+# $OpenBSD: Makefile,v 1.2 1997/03/12 14:54:15 downsj Exp $
PROG= addr
NOMAN= yes
@@ -8,4 +8,4 @@ CFLAGS+=${INCLUDE} ${CONFIG}
LDADD= ${LIBRESOLV}
.include <bsd.prog.mk>
-.include "../Makefile.inc"
+.include "../../Makefile.inc"