OpenGrok
Cross Reference: Makefile
xref
: /
src
/
sbin
/
mount_ados
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
mount_ados
History log of
/src/sbin/mount_ados/Makefile
Revision
Date
Author
Comments
1.14
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.13
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.12
05-Feb-2005
xtraeme
Kill __P(), use ANSI function declarations; WARNS=3.
1.11
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.10
19-Aug-2002
lukem
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
1.9
30-Oct-2000
jdolecek
make the code includable into other programs:
* make static all symbols which do not need to be exported
* rename main() to mount_FOO()
* new main() now just calls mount_FOO(), main() is only compiled in if
MOUNT_NOMAIN is not defined
* a_gid(), a_uid() and a_mask() were put into ../mount/fattr.[ch], local
versions removed
1.8
01-Mar-1998
fvdl
Merge with Lite2 + local changes
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
18-Jan-1995
mycroft
Clone from mount_msdos.
1.2
22-Dec-1994
cgd
specify man pages the new way.
1.1
03-Jun-1994
chopps
basically mount_msdos for now.
Indexes created Fri Oct 31 11:10:07 GMT 2025