summaryrefslogtreecommitdiff
path: root/sbin/mount_null/Makefile
AgeCommit message (Collapse)Author
2020-07-26Refactor remaining mount_* commands to use the common pathadj()mlelstv
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.
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
programs that did not compile before.
2005-02-05Kill __P(), use ANSI function declarations; WARNS=3.xtraeme
2003-03-22move getmntopts(3) to libutil, build and install also it's manpagejdolecek
bump libutil minor adjust individual mount_*/Makefile to use libutil getmntopts(3)
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem
1997-10-10CFLAGS->CPPFLAGSchristos
1997-05-08Back out the .PATH.c changes. The .depend problem (and others)gwr
will be fixed using the new .NOPATH make feature instead.
1997-05-06Use .PATH.c: ...gwr
1995-03-18convert to new RCS Id conventions; reduce my headachecgd
1994-12-22specify man pages the new way.cgd
1994-08-03do not need -I/sysderaadt
1994-06-10X compilationpk
1994-06-08Update from 4.4-Lite, with local changes.mycroft