11 lines
233 B
Makefile
11 lines
233 B
Makefile
# $NetBSD: Makefile,v 1.11 1997/07/04 15:17:55 christos Exp $
|
|
# @(#)Makefile 8.5 (Berkeley) 3/27/94
|
|
|
|
WARNS= 1
|
|
PROG= mount
|
|
SRCS= mount.c getmntopts.c
|
|
MAN= mount.8
|
|
# We do NOT install the getmntopts.3 man page.
|
|
|
|
.include <bsd.prog.mk>
|