summaryrefslogtreecommitdiff
path: root/external/ibm-public/postfix/libexec/master/Makefile
blob: d18970f791a8d4406ebb7860280b551af5c997b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	$NetBSD: Makefile,v 1.2 2013/09/25 19:25:08 tron Exp $

NOMAN=	# defined

.include <bsd.own.mk>

PROG=	master

DIST=	${NETBSDSRCDIR}/external/ibm-public/postfix/dist/src/${PROG}
.PATH:	${DIST}

SRCS=	master.c master_conf.c master_ent.c master_sig.c master_avail.c \
	master_spawn.c master_service.c master_status.c master_listen.c \
	master_vars.c master_wakeup.c master_flow.c master_watch.c \
	master_monitor.c

DPADD+= ${LIBPGLOBAL} ${LIBPUTIL}
LDADD+= ${LIBPGLOBAL} ${LIBPUTIL}

.include <bsd.prog.mk>