summaryrefslogtreecommitdiff
path: root/sbin/mount_null/mount_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_null/mount_null.c')
0 files changed, 0 insertions, 0 deletions
d if plain sed in Makefiles.apb 2008-02-26Various groff manual pages need tbl(1) to format correctly.lukem 2006-10-09- use PROG not PROG_CXXmrg - link with -lm -lsupc++ as discussed in the audit-trail for PR#26714, now fixed. 2006-02-06Update for groff-1.19.2. With a little help from FreeBSD.wiz 2004-07-30Update for groff-1.19.1.wiz 2003-10-21Rework how MAKEVERBOSE operates:lukem * Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight. * Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks. 2003-10-20* Support MAKEVERBOSElukem * Implement GROFFYSRCS, which contain a list of .y files to convert into .cpp and _tab.h. Simplifies .y -> .cpp (et al) . * Use "realall" target instead of "dependall"/"install" to ensure that various files are created correctly. 2003-06-30Add NetBSD RCS Id.wiz 2003-06-30Make groff-1.19 build on NetBSD.wiz 2003-06-30Import groff-1.19 build structure from FreeBSD.wiz