36323c1221
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)
13 lines
374 B
Makefile
13 lines
374 B
Makefile
# $NetBSD: Makefile,v 1.14 1997/09/16 12:22:39 lukem Exp $
|
|
# @(#)Makefile 8.6 (Berkeley) 5/8/95
|
|
|
|
PROG= mount
|
|
MAN= mount.8
|
|
SRCS= mount.c vfslist.c
|
|
# We do NOT install the getmntopts.3 man page.
|
|
# getmntopts.c in this directory isn't used by mount anymore, but it
|
|
# is used by other mount programs which use .PATH directives to use
|
|
# the version here.
|
|
|
|
.include <bsd.prog.mk>
|