deffb66504
- improve comments - provide a general purpose variable replacement; replace contents of ${FOO} with ENVIRON["FOO"]. - deprecate @MACHINE@ and @MACHINE_ARCH@ in favour of using ${MACHINE} and ${MACHINE_ARCH} instead - add errx() function; like err(), but doesn't print the line number - invoke this script with various variables defined via PARSELISTENV */Makefile* - use PARSELISTENV instead of POPULATEENV, and add variables like DESTDIR - other minor tweaks */list* - replace @MACHINE@ with ${MACHINE}
4 lines
124 B
Plaintext
4 lines
124 B
Plaintext
# $NetBSD: list.makedev,v 1.2 2002/03/14 22:26:09 lukem Exp $
|
|
|
|
COPY ${_SRC_TOP_}/etc/etc.${MACHINE}/MAKEDEV dev/MAKEDEV 555
|