diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-22 01:43:33 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-22 01:43:33 +0000 |
commit | 0456f7f9d7cf47193fab9c5917b005f8a43a8ea5 (patch) | |
tree | 17b02227492b1f677cdb6fa2fe73c27d994f9728 | |
parent | f574c55aa56261d8fc3ce601af6d42c4ebc83fb8 (diff) |
install doc/bog
-rw-r--r-- | usr.sbin/named/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/named/Makefile b/usr.sbin/named/Makefile index 7c6203c8862..5b83e550722 100644 --- a/usr.sbin/named/Makefile +++ b/usr.sbin/named/Makefile @@ -1,7 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 1998/05/22 00:47:12 millert Exp $ +# $OpenBSD: Makefile,v 1.8 1998/05/22 01:43:32 millert Exp $ SUBDIR= named named-xfer ndc reload restart dig nslookup \ host dnsquery addr +.if make(install) +SUBDIR+= doc/bog +.endif VER= 4.9.6-REL |