History log of /src/sbin/mount_msdos/Makefile |
Revision | | Date | Author | Comments |
1.22 |
| 22-Dec-2009 |
pooka | Don't -I from $S/sys.
|
1.21 |
| 05-Aug-2008 |
pooka | Refactor mount utilities to provide a mount_fs_parseargs() routine. Use this routine both in mount_fs and rump_fs to provide equivalent command line parameters and therefore usage interchangeability. While doing this, combine some common mountgoop to mountprog.h
|
1.20 |
| 27-Jun-2005 |
christos | branches: 1.20.20; 1.20.24; Move WARNS=3 to the Makefile.inc, and add a little const to the remaining programs that did not compile before.
|
1.19 |
| 05-Feb-2005 |
xtraeme | Kill __P(), use ANSI function declarations; WARNS=3.
|
1.18 |
| 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.17 |
| 21-Sep-2002 |
christos | MNT_GETARGS support
|
1.16 |
| 19-Aug-2002 |
lukem | Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
|
1.15 |
| 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.14 |
| 14-Aug-2000 |
deberg | use CURDIR where appropriate
|
1.13 |
| 01-Mar-1998 |
fvdl | branches: 1.13.10; Merge with Lite2 + local changes
|
1.12 |
| 10-Oct-1997 |
christos | CFLAGS->CPPFLAGS
|
1.11 |
| 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.10 |
| 06-May-1997 |
gwr | Use .PATH.c: ...
|
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 |
| 20-Dec-1994 |
mycroft | No longer install setuid root.
|
1.6 |
| 16-Jul-1994 |
cgd | branches: 1.6.2; update from ws. make it work again
|
1.5 |
| 08-Apr-1994 |
cgd | new functionality -- uid/gid/perms settable, users can invoke
|
1.4 |
| 07-Apr-1994 |
cgd | clean up, zero args struct so we're ok for changes coming soon...
|
1.3 |
| 09-Aug-1993 |
mycroft | PCFS --> MSDOSFS
|
1.2 |
| 30-Jul-1993 |
mycroft | Merge changes from netbsd-0-9 branch.
|
1.1 |
| 09-Apr-1993 |
cgd | branches: 1.1.2; written by Paul Popelka. mounts pcfs MS-DOS filesystem. (patch 111)
|
1.1.2.3 |
| 15-Aug-1993 |
cgd | define MSDOSFS not PCFS
|
1.1.2.2 |
| 20-Jul-1993 |
cgd | source file is mount_msdos.c now...
|
1.1.2.1 |
| 20-Jul-1993 |
cgd | change name to mount_msdos, and add man page. need some more hacking later to change everything to mount_msdos, i.e. files need to be moved in the tree, but that can wait.
|
1.6.2.2 |
| 16-Jul-1994 |
cgd | update from ws. make it work again
|
1.6.2.1 |
| 16-Jul-1994 |
cgd | file Makefile was added on branch netbsd-1-0 on 1994-07-16 21:32:07 +0000
|
1.13.10.1 |
| 14-Aug-2000 |
deberg | pullup 1.14, approved by thorpej
use CURDIR where appropriate
|
1.20.24.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.20.20.1 |
| 28-Sep-2008 |
mjf | Sync with HEAD.
|