NetBSD/sbin/mount/Makefile

13 lines
374 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 1997/09/16 12:22:39 lukem Exp $
# @(#)Makefile 8.6 (Berkeley) 5/8/95
1993-03-21 12:45:37 +03:00
PROG= mount
1994-12-22 13:44:04 +03:00
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.
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>