4e1f96faf8
of the Makefiles as suggested by Christos Zoulas.
19 lines
535 B
Makefile
19 lines
535 B
Makefile
# $NetBSD: Makefile,v 1.1 2009/06/25 18:21:51 tron Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/conf
|
|
.PATH: ${DIST}
|
|
|
|
FILESDIR= ${PFIX_ETCDIR}
|
|
|
|
# These two .cf files are the only ones absolutely needed. It is not
|
|
# clear if we should be installing things like the transport and
|
|
# virtual file, etc. I contend we shouldn't, since they contain no
|
|
# real information at all, just the man page sources, and are not
|
|
# needed by default.
|
|
#
|
|
CONFIGFILES= main.cf master.cf README
|
|
|
|
.include <bsd.prog.mk>
|