Home | History | Annotate | Download | only in mount_procfs
History log of /src/sbin/mount_procfs/Makefile
RevisionDateAuthorComments
 1.15  26-Jul-2020  mlelstv 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.
 1.14  27-Jun-2005  christos Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
programs that did not compile before.
 1.13  05-Feb-2005  xtraeme Kill __P(), use ANSI function declarations; WARNS=3.
 1.12  22-Mar-2003  jdolecek move getmntopts(3) to libutil, build and install also it's manpage
bump libutil minor
adjust individual mount_*/Makefile to use libutil getmntopts(3)
 1.11  21-Sep-2002  christos MNT_GETARGS support
 1.10  19-Aug-2002  lukem Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
 1.9  10-Oct-1997  christos CFLAGS->CPPFLAGS
 1.8  08-May-1997  gwr Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
 1.7  06-May-1997  gwr Use .PATH.c: ...
 1.6  18-Mar-1995  cgd convert to new RCS Id conventions; reduce my headache
 1.5  22-Dec-1994  cgd specify man pages the new way.
 1.4  08-Jun-1994  mycroft Update from 4.4-Lite, with local changes.
 1.3  12-Jan-1994  cgd update from jsp; no man page yet, so torch the old one (for now)
 1.2  24-Aug-1993  pk Man page added.
 1.1  24-Aug-1993  pk branches: 1.1.1;
mount program for proc filesystem.
 1.1.1.1  13-Jun-1994  mycroft Import 4.4-Lite version.

RSS XML Feed