Subject: CVS commit: src/etc
To: None <source-changes@NetBSD.org>
From: Alan Barrett <apb@netbsd.org>
List: source-changes
Date: 02/26/2007 20:44:03
Module Name:	src
Committed By:	apb
Date:		Mon Feb 26 20:44:03 UTC 2007

Modified Files:
	src/etc: MAKEDEV.local MAKEDEV.tmpl Makefile
Added Files:
	src/etc: MAKEDEV.subr.tmpl

Log Message:
Provide a new MAKEDEV.subr file containing utility functions for
use by both MAKEDEV and MAKEDEV.local.  This allows MAKEDEV.local
to accept the same command line arguments as MAKEDEV.

The installed MAKEDEV.subr is generated from MAKEDEV.subr.tmpl.

Replace the licence on MAKEDEV.local with a NetBSD licence, since I
rewrote the entire file.

Reviewed by christos and agc


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/etc/MAKEDEV.local
cvs rdiff -r0 -r1.1 src/etc/MAKEDEV.subr.tmpl
cvs rdiff -r1.73 -r1.74 src/etc/MAKEDEV.tmpl
cvs rdiff -r1.338 -r1.339 src/etc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.