# $NetBSD: Makefile,v 1.146 2019/06/04 15:07:55 hannken Exp $ # @(#)Makefile 8.2 (Berkeley) 1/4/94 # Doing a make includes builds /usr/include NOOBJ= # defined # Missing: mp.h INCS= a.out.h aio.h ar.h assert.h atomic.h \ bitstring.h bm.h cdbw.h complex.h cpio.h ctype.h db.h dirent.h \ disktab.h dlfcn.h endian.h err.h errno.h fenv.h fmtmsg.h fnmatch.h \ fstab.h fts.h ftw.h getopt.h glob.h grp.h ifaddrs.h iconv.h \ inttypes.h iso646.h kvm.h langinfo.h libgen.h \ limits.h link.h link_aout.h link_elf.h locale.h \ login_cap.h lwp.h malloc.h math.h md2.h \ memory.h mntopts.h monetary.h mpool.h mqueue.h \ ndbm.h netconfig.h netdb.h netgroup.h nlist.h nl_types.h nsswitch.h \ paths.h pwd.h quota.h randomid.h ranlib.h re_comp.h regex.h regexp.h \ resolv.h res_update.h rmt.h sched.h search.h semaphore.h setjmp.h \ string.h sgtty.h signal.h spawn.h stab.h stdalign.h stddef.h stdio.h \ stdlib.h stdnoreturn.h strings.h stringlist.h struct.h sysexits.h \ tar.h time.h ttyent.h tzfile.h \ ucontext.h ulimit.h unistd.h util.h utime.h utmp.h utmpx.h uuid.h \ vis.h wchar.h wctype.h wordexp.h INCS+= arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/nameser_compat.h \ arpa/telnet.h arpa/tftp.h INCS+= protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \ protocols/talkd.h protocols/timed.h INCS+= hesiod.h .include .if (${MKYP} != "no") INCS+= rpcsvc/yp_prot.h rpcsvc/ypclnt.h .endif INCS+= ssp/ssp.h ssp/stdio.h ssp/string.h ssp/strings.h ssp/unistd.h .if (${MACHINE_ARCH} != "vax") INCS+= ieeefp.h .endif INCSDIR= /usr/include SUBDIR= rpc SUBDIR+= ../common/include/prop SUBDIR+= ../common/include/ppath SUBDIR+= ../common/include/rpc .include .include >committer
AgeCommit message (Expand)Author
2018-06-30vnconfig name is retained for backwards compatibility. Use vndconfig.sevan
2018-06-29Note vnconfig(8) may be of interest, especially when looking to mount an iso viasevan
2017-06-07s/filesystem/file system/abhinav
2011-08-29Use __deadjoerg
2009-10-07fspec: dev -> canon_devpooka
2009-01-03when using getargs, don't set read-only otherwise it fails with EINVAL.christos
2009-01-03document nocasetrans.christos
2009-01-03reset args. Add casetranschristos
2008-08-05Refactor mount utilities to provide a mount_fs_parseargs() routine.pooka
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-05-02Move TNF licenses to 2 clause formmartin
2007-07-16Make all mount(2) return value error checks against -1. Some filepooka
2007-07-14Add additional 'sizeof args' parameter to mount(2).dsl
2006-10-16use MOPT_NULLchristos
2006-10-16c99 initializerchristos
2006-03-21Always check the results of getmntopts() and free them.christos
2005-12-27Fix obvious typo in the man page of mount_cd9660:reinoud
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2005-06-24it is iso8859, not 8869hubertf
2005-03-29Xref mscdlabel(8) - it may be useful. Bump date.hubertf
2005-02-05Kill __P(), use ANSI function declarations; WARNS=3.xtraeme
2005-01-31Fix PR#3617 and PR#3205: call realpath to convert mount points and paths toerh
2004-11-22New sentence, new line.wiz
2004-11-21update for UTF-8 encoding of Unicode file names on Joliet filesystemsjdolecek
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-18This command is not normally executed at boot time.wiz
2003-03-22move getmntopts(3) to libutil, build and install also it's manpagejdolecek
2003-03-22use <> rather than "" for #include mntopts.hjdolecek
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-01-06writable, not writeable.wiz
2002-10-01New sentence, new line. By Robert Elz with minimal fixes.wiz
2002-09-21MNT_GETARGS supportchristos
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem
2001-11-16Sort sections, use standard section headers.wiz
2001-06-05Drop arguments of .Os.wiz
2001-01-09Document what can happen with bad Rock Ridge info on the CD.augustss
2000-10-30make the code includable into other programs:jdolecek