Cross Reference: Makefile
xref: /src/usr.sbin/postinstall/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.sbin/postinstall/
11.3Schristos# $NetBSD: Makefile,v 1.3 2019/06/14 01:54:16 christos Exp $
21.2Schristos
31.2Schristos.include <bsd.own.mk>
41.1Slukem
51.1SlukemFILES=		postinstall
61.1SlukemMAN=		postinstall.8
71.1Slukem
81.1SlukemFILESDIR=	/usr/sbin
91.1SlukemFILESMODE=	${BINMODE}
101.2SchristosFILESBUILD=	yes
111.2Schristos
121.3SchristosARCHSUBDIRS	!= ${TOOL_SED} -n '/ARCHDIR_SUBDIR/s/[[:space:]]//gp' \
131.3Schristos	${NETBSDSRCDIR}/compat/archdirs.mk
141.2Schristos
151.2Schristos.SUFFIXES: .in
161.2Schristos.in:
171.2Schristos	${_MKTARGET_CREATE}
181.2Schristos	@rm -f ${.TARGET}
191.2Schristos	${TOOL_SED} -e "s#@ARCHSUBDIRS@#${ARCHSUBDIRS}#" < ${.ALLSRC} > ${.TARGET}
201.2Schristos
211.2SchristosCLEANFILES+= postinstall
221.1Slukem
231.1Slukem.include <bsd.prog.mk>
24

Indexes created Sat Nov 29 18:09:35 GMT 2025