History log of /netbsd-src/sbin/mount_fdesc/Makefile (Results 1 – 14 of 14)
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.


# 816b5578 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.


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

Update from 4.4-Lite, with local changes.


# d2aceb4b 12-Jan-1994 cgd <cgd@NetBSD.org>

update from jsp


# bccc50a7 30-Jul-1993 mycroft <mycroft@NetBSD.org>

Merge changes from netbsd-0-9 branch.


# 7387d068 28-Mar-1993 cgd <cgd@NetBSD.org>

merged version of mount_fdesc and mount_kernfs