blob: 1e475bf3dfc7f8b135d230aaddc6456d38792012 (
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:22:03 perry Exp $
LIB= master
DIST= ${.CURDIR}/../../../dist/postfix/${LIB}
.PATH: ${DIST}
SRCS= single_server.c multi_server.c trigger_server.c master_proto.c
MKLINT= no
MKPIC= no
MKPROFILE= no
# only needed during build
libinstall::
.include <bsd.lib.mk>
|