mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 14:39:47 -04:00
14 lines
305 B
Makefile
14 lines
305 B
Makefile
# $NetBSD: Makefile,v 1.1 2009/06/25 18:21:55 tron Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/conf
|
|
.PATH: ${DIST}
|
|
|
|
SCRIPTS= post-install postfix-script postfix-wrapper postmulti-script
|
|
|
|
FILES= postfix-files
|
|
FILESDIR= ${PFIX_LIBEXECDIR}
|
|
|
|
.include <bsd.prog.mk>
|