NetBSD/sbin/mount/Makefile

12 lines
351 B
Makefile
Raw Normal View History

1997-09-15 16:45:47 +04:00
# $NetBSD: Makefile,v 1.13 1997/09/15 12:45:53 lukem Exp $
# @(#)Makefile 8.5 (Berkeley) 3/27/94
1993-03-21 12:45:37 +03:00
PROG= mount
1994-12-22 13:44:04 +03:00
MAN= mount.8
# 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>