| History log of /src/sbin/mount/Makefile |
| Revision | | Date | Author | Comments |
| 1.32 |
| 23-Jan-2016 |
christos | Define _KERNTYPES for things that need it.
|
| 1.31 |
| 07-Apr-2012 |
christos | add missing DPADD
|
| 1.30 |
| 07-Apr-2012 |
christos | Accept NAME=label for special so that we can wire down our wedges.
|
| 1.29 |
| 19-Aug-2004 |
christos | branches: 1.29.52; Remove special case
|
| 1.28 |
| 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.27 |
| 19-Jan-2003 |
tsutsui | libutil (which was added for MNT_GETARGS) is no longer needed.
|
| 1.26 |
| 19-Jan-2003 |
jdolecek | do not link all mount programs into single image; the total size difference isn't really that huge now that these are compiled as dynamic
|
| 1.25 |
| 01-Oct-2002 |
jdolecek | update incorrect comment - getmntopts.c _is_ used by mount(8)
|
| 1.24 |
| 21-Sep-2002 |
christos | MNT_GETARGS support
|
| 1.23 |
| 01-Sep-2002 |
taca | Remove extra tab in really an empty line.
|
| 1.22 |
| 23-Aug-2002 |
lukem | if RESCUEDIR is defined, set _PATH_RESCUE to that
|
| 1.21 |
| 19-Aug-2002 |
lukem | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
|
| 1.20 |
| 20-Feb-2001 |
cgd | use getprogname()
|
| 1.19 |
| 04-Feb-2001 |
christos | fix nested extern
|
| 1.18 |
| 16-Jan-2001 |
cgd | generated source should include stdlib.h and string.h for prototypes.
|
| 1.17 |
| 02-Nov-2000 |
jdolecek | also install mount_ufs manpage links Fixes bin/11412 by Andrew Brown.
|
| 1.16 |
| 01-Nov-2000 |
veego | Add a 'CLEANFILES+= checkname.c' to remove that file during a make clean.
|
| 1.15 |
| 30-Oct-2000 |
jdolecek | mount(8) now includes code for all mount_*(8) but mount_portal(8) and mount_mfs(8); the mount_*(8) are hardlinked to mount (appropriate mount routine is called depending on program name) - this saves approx. 1.7MB of /sbin space mount.c: make all local symbols static
|
| 1.14 |
| 16-Sep-1997 |
lukem | branches: 1.14.6; resolve conflicts from lite-2 import, with two major modifications that require all of /sbin/mount_* and /sbin/umount to be modified: * incorporate vfslist.c, adding checkvfsname() and makevfslist() * getmntopts() now takes 4 args (adding int *altflagp)
|
| 1.13 |
| 15-Sep-1997 |
lukem | define WARNS?=1 for all of sbin/*
|
| 1.12 |
| 01-Aug-1997 |
jtk | don't need getmntopts.c as part of mount(8)
|
| 1.11 |
| 04-Jul-1997 |
christos | Fix warnings.
|
| 1.10 |
| 12-Jul-1995 |
cgd | remove FFS mounting code from mount(8); there are now _no_ 'internal' mount types. when using mount(8) with '-a', do _NOT_ remount file systems that have been mounted once already. (This cannot be 100% precisely determined (thanks to mfs, union fs, and similar file systems which don't use a 'real' mounted-from node), and changed options cannot be updated with mount -a. however, options wouldn't be updated with the old mount -a anyway, and this solves several annoyances.
|
| 1.9 |
| 18-Mar-1995 |
cgd | convert to new RCS Id conventions; reduce my headache
|
| 1.8 |
| 22-Dec-1994 |
cgd | specify man pages the new way.
|
| 1.7 |
| 08-Jun-1994 |
mycroft | Update from 4.4-Lite, with local changes.
|
| 1.6 |
| 08-Oct-1993 |
cgd | there is no librpc any more
|
| 1.5 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
| 1.4 |
| 12-Apr-1993 |
cgd | fixed NFSCLIENT problem.
|
| 1.3 |
| 23-Mar-1993 |
cgd | changed "Id" to "Header" for rcsids
|
| 1.2 |
| 22-Mar-1993 |
cgd | added rcs ids to all files
|
| 1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.3 |
| 16-Sep-1997 |
lukem | imported from lite-2
|
| 1.1.1.2 |
| 13-Jun-1994 |
mycroft | Import 4.4-Lite version.
|
| 1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.14.6.1 |
| 19-Oct-1999 |
fvdl | Add CPPFLAGS+=-I${.CURDIR}/../../sys for convenience.
|
| 1.29.52.1 |
| 17-Apr-2012 |
yamt | sync with head
|