summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/postfix/dns/Makefile
blob: 1f56c51df90d93cb84541756ca3b0c7b34f88829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile,v 1.1 2000/04/30 21:21:57 perry Exp $

LIB=	dns

DIST=	${.CURDIR}/../../../dist/postfix/${LIB}
.PATH:	${DIST}

SRCS=	dns_lookup.c dns_rr.c dns_strerror.c dns_strtype.c

MKLINT=		no
MKPIC=		no
MKPROFILE=	no

# only needed during build
libinstall::

.include <bsd.lib.mk>