blob: 089727933346b1dc148a8694e4354a3de1b8edb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.3 2001/12/12 01:49:07 tv Exp $
LIB= dns
DIST= ${.CURDIR}/../../../dist/postfix/src/${LIB}
.PATH: ${DIST}
SRCS= dns_lookup.c dns_rr.c dns_strerror.c dns_strtype.c
NOLINT= # defined
NOPIC= # defined
NOPROFILE= # defined
# only needed during build
libinstall::
.include <bsd.lib.mk>
|