Home | History | Annotate | Download | only in etc

Lines Matching defs:etc

11 #	build; it determines what /etc/localtime is symlink'd to.
31 # etc.${MACHINE}/Makefile.inc.
92 .if exists(etc.${RELEASEMACHINE}/Makefile.inc)
93 .include "etc.${RELEASEMACHINE}/Makefile.inc"
111 .if exists(etc.${MACHINE}/disktab)
112 BIN1+= etc.${MACHINE}/disktab
117 .if exists(etc.${MACHINE}/ld.so.conf) && \
120 BIN1+= etc.${MACHINE}/ld.so.conf
123 .if exists(etc.${MACHINE}/ttyaction)
124 BIN1+= etc.${MACHINE}/ttyaction
134 SYSPKG= etc
159 ${MAKEDIRTARGET} . install-etc-files
186 ${.CURDIR}/etc.${MAKEDEV_MACHINE}/MAKEDEV.conf
193 .include "${NETBSDSRCDIR}/etc/Makefile.params"
195 CLEANFILES+= etc-release
196 etc-release: .EXEC .MAKE
220 install-etc-release: .PHONY etc-release
221 ${_MKMSG_INSTALL} etc/release
223 etc-release ${DESTDIR}/etc/release
226 FILESDIR= /etc
247 FILESDIR_aliases= /etc/mail
264 CONFIGSYMLINKS+= ${TZDIR}/${LOCALTIME} /etc/localtime \
265 /usr/sbin/rmt /etc/rmt
268 # install-etc-files --
269 # Install etc (config) files; not performed by "make build"
271 install-etc-files: .PHONY .MAKE check_DESTDIR MAKEDEV
272 ${_MKMSG_INSTALL} ${DESTDIR}/etc/master.passwd
274 master.passwd ${DESTDIR}/etc
276 ${DESTDIR}/etc/master.passwd
281 echo "./etc/$${metaent} type=file mode=$${mode} uname=root gname=wheel tags=etc_pkg"; \
286 ${_MKMSG_INSTALL} ${DESTDIR}/etc/ttys
287 .if exists(${.CURDIR}/etc.${MACHINE}/ttys)
289 ${.CURDIR}/etc.${MACHINE}/ttys ${DESTDIR}/etc
292 ${.CURDIR}/etc.${MACHINE_CPU}/ttys ${DESTDIR}/etc
294 .if exists(etc.${MACHINE}/boot.cfg)
297 ${.CURDIR}/etc.${MACHINE}/boot.cfg ${DESTDIR}/
303 ${BINOWN} operator 664 /etc/dumpdates \
304 ${BINOWN} operator 600 /etc/skeykeys \
356 ${MAKEDIRTARGET} ${NETBSDSRCDIR}/external/bsd/atf/etc/atf configinstall
359 ${MAKEDIRTARGET} ${NETBSDSRCDIR}/external/bsd/kyua-cli/etc/kyua configinstall
367 OBSOLETE.files= base comp etc games gpufw man misc rescue text
411 cd ${NETBSDSRCDIR}/etc/mtree && ${MAKE} distrib-dirs
430 # The do-iso-image is to be called from etc.$MACHINE/Makefile.inc
467 # Overridden by etc.$MACHINE/Makefile.inc
474 # Overridden by etc.$MACHINE/Makefile.inc
484 # it can be set in MD etc.${MACHINE}/Makefile.inc.
498 # it can be set in MD etc.${MACHINE}/Makefile.inc.
605 pax_cmd="GZIP=${GZIP_FLAGS:Q} XZ_OPT=${XZ_OPT:Q} ${TOOL_PAX} ${PAX_TIMESTAMP} --use-compress-program ${COMPRESS_PROGRAM:Q} -O -w -M -N ${NETBSDSRCDIR}/etc -f $${kern_tgz}"; \
707 # Overridden by etc.$MACHINE/Makefile.inc