1 1.2 riastrad # $NetBSD: Makefile,v 1.2 2022/08/30 13:40:37 riastradh Exp $ 2 1.1 tron 3 1.1 tron .include <bsd.own.mk> 4 1.1 tron 5 1.1 tron DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/conf 6 1.1 tron .PATH: ${DIST} 7 1.1 tron 8 1.1 tron FILESDIR= ${PFIX_ETCDIR} 9 1.1 tron 10 1.1 tron # These two .cf files are the only ones absolutely needed. It is not 11 1.1 tron # clear if we should be installing things like the transport and 12 1.1 tron # virtual file, etc. I contend we shouldn't, since they contain no 13 1.1 tron # real information at all, just the man page sources, and are not 14 1.1 tron # needed by default. 15 1.1 tron # 16 1.1 tron CONFIGFILES= main.cf master.cf README 17 1.2 riastrad FILESMODE= 644 18 1.2 riastrad FILESMODE_README=444 19 1.1 tron 20 1.1 tron .include <bsd.prog.mk> 21