blob: b02ed57c7a4eae22c58eb3001fc4c2117a082d69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.11 2001/01/28 02:18:13 niklas Exp $
SUBDIR= named named-xfer ndc reload restart dig nslookup \
host dnsquery
.if make(install)
SUBDIR+= doc/bog
.endif
VER= 4.9.8-REL
.include <bsd.subdir.mk>
|