1995-03-18 17:54:19 +03:00
|
|
|
# $NetBSD: Makefile,v 1.9 1995/03/18 14:56:53 cgd Exp $
|
|
|
|
# @(#)Makefile 8.5 (Berkeley) 3/27/94
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= mount
|
1994-06-08 22:57:30 +04:00
|
|
|
SRCS= mount.c mount_ufs.c getmntopts.c
|
1994-12-22 13:44:04 +03:00
|
|
|
MAN= mount.8
|
1994-06-08 22:57:30 +04:00
|
|
|
# We do NOT install the getmntopts.3 man page.
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|