Home | History | Annotate | Download | only in mount_ptyfs
History log of /src/sbin/mount_ptyfs/Makefile
RevisionDateAuthorComments
 1.6  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.5  14-Jun-2010  pooka naughty naughty, don't peek into src/sys
 1.4  25-Nov-2004  wiz Remove "CFLAGS+=-g".
 1.3  24-Nov-2004  christos Add arguments for ptyfs: slave tty group and mode, so we don't have to
hard-code them in the kernel.
 1.2  11-Nov-2004  jdolecek add -I${NETBSDSRCDIR}/sys into CPPFLAGS, so that this picks up necessary
kernel includes without need to have them installed
 1.1  11-Nov-2004  christos Add userland glue for ptyfs.

RSS XML Feed