Home | History | Annotate | Download | only in mount_umap
History log of /src/sbin/mount_umap/Makefile
RevisionDateAuthorComments
 1.12  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.11  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.10  05-Feb-2005  xtraeme Kill __P(), use ANSI function declarations; WARNS=3.
 1.9  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.8  19-Aug-2002  lukem Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
 1.7  10-Oct-1997  christos CFLAGS->CPPFLAGS
 1.6  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.5  06-May-1997  gwr Use .PATH.c: ...
 1.4  18-Mar-1995  cgd convert to new RCS Id conventions; reduce my headache
 1.3  22-Dec-1994  cgd specify man pages the new way.
 1.2  03-Aug-1994  deraadt do not need -I/sys
 1.1  08-Jun-1994  mycroft branches: 1.1.1;
Update from 4.4-Lite, with local changes.
 1.1.1.1  13-Jun-1994  mycroft Import 4.4-Lite version.

RSS XML Feed