History log of /netbsd-src/sbin/mount_null/Makefile (Results 1 – 13 of 13)
Revision Date Author Comments
# fd33bfb7 26-Jul-2020 mlelstv <mlelstv@NetBSD.org>

Refactor remaining mount_* commands to use the common pathadj()
function for resolving paths.

Make pathadj() no longer warn about symlinks. Symlinks in /dev are
regularly used in several places like

Refactor remaining mount_* commands to use the common pathadj()
function for resolving paths.

Make pathadj() no longer warn about symlinks. Symlinks in /dev are
regularly used in several places like LVM . The warning was also
only visible when calling a mount_* command directly as mount(8)
itself would resolve the path witout warning before passing it to
a mount_* command.

show more ...


# 2c6eadc9 27-Jun-2005 christos <christos@NetBSD.org>

Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
programs that did not compile before.


# 60fef079 05-Feb-2005 xtraeme <xtraeme@NetBSD.org>

Kill __P(), use ANSI function declarations; WARNS=3.


# 1edd42a9 22-Mar-2003 jdolecek <jdolecek@NetBSD.org>

move getmntopts(3) to libutil, build and install also it's manpage
bump libutil minor
adjust individual mount_*/Makefile to use libutil getmntopts(3)


# 7360d7b6 19-Aug-2002 lukem <lukem@NetBSD.org>

Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path


# e230a48b 10-Oct-1997 christos <christos@NetBSD.org>

CFLAGS->CPPFLAGS


# 10e180cc 08-May-1997 gwr <gwr@NetBSD.org>

Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.


# 012e528f 06-May-1997 gwr <gwr@NetBSD.org>

Use .PATH.c: ...


# 0114e805 18-Mar-1995 cgd <cgd@NetBSD.org>

convert to new RCS Id conventions; reduce my headache


# 06e2955f 22-Dec-1994 cgd <cgd@NetBSD.org>

specify man pages the new way.


# 48c91e80 03-Aug-1994 deraadt <deraadt@NetBSD.org>

do not need -I/sys


# 928beac1 10-Jun-1994 pk <pk@NetBSD.org>

X compilation


# 5922d844 08-Jun-1994 mycroft <mycroft@NetBSD.org>

Update from 4.4-Lite, with local changes.