Home
last modified time | relevance | path

Searched refs:NEWSFILE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/public-domain/tz/
H A Dtzdata2netbsd323 NEWSFILE="${WORKDIR}/NEWS"
478 [ -f "${NEWSFILE}" ] || ftp -o "${NEWSFILE}" "${NEWSURL}" ||
479 fail "fetch of ${NEWSFILE} failed"
627 cp -p "${NEWSFILE}" "${EXTRACTDIR}"/NEWS
651 <"${NEWSFILE}" >"${NEWSTRIMFILE}"
675 EDIT ME: generated from ${NEWSFILE}.
745 # Pass both IMPORTMSGFILE and NEWSFILE to the editor, so that the
746 # user can easily consult NEWSFILE while editing IMPORTMSGFILE.
747 ${EDITOR} "${IMPORTMSGFILE}" "${NEWSFILE}"
/netbsd-src/games/warp/
H A Dwarp.h47 #define NEWSFILE "warp.news" macro
H A Dscore.c178 page(NEWSFILE,false); in score_init()