Home | History | Annotate | Line # | Download | only in postinstall
      1  1.3  christos # $NetBSD: Makefile,v 1.3 2019/06/14 01:54:16 christos Exp $
      2  1.2  christos 
      3  1.2  christos .include <bsd.own.mk>
      4  1.1     lukem 
      5  1.1     lukem FILES=		postinstall
      6  1.1     lukem MAN=		postinstall.8
      7  1.1     lukem 
      8  1.1     lukem FILESDIR=	/usr/sbin
      9  1.1     lukem FILESMODE=	${BINMODE}
     10  1.2  christos FILESBUILD=	yes
     11  1.2  christos 
     12  1.3  christos ARCHSUBDIRS	!= ${TOOL_SED} -n '/ARCHDIR_SUBDIR/s/[[:space:]]//gp' \
     13  1.3  christos 	${NETBSDSRCDIR}/compat/archdirs.mk
     14  1.2  christos 
     15  1.2  christos .SUFFIXES: .in
     16  1.2  christos .in:
     17  1.2  christos 	${_MKTARGET_CREATE}
     18  1.2  christos 	@rm -f ${.TARGET}
     19  1.2  christos 	${TOOL_SED} -e "s#@ARCHSUBDIRS@#${ARCHSUBDIRS}#" < ${.ALLSRC} > ${.TARGET}
     20  1.2  christos 
     21  1.2  christos CLEANFILES+= postinstall
     22  1.1     lukem 
     23  1.1     lukem .include <bsd.prog.mk>
     24