NetBSD/sbin/mount/Makefile
lukem 36323c1221 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)
1997-09-16 12:22:39 +00:00

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>