summaryrefslogtreecommitdiff
path: root/sbin/mount/Makefile
blob: 9326efce97e668cf7d94a64f9858a2e9dba3c826 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.2 1996/06/23 14:31:09 deraadt Exp $
#	$NetBSD: Makefile,v 1.10 1995/07/12 03:45:09 cgd Exp $

PROG=	mount
SRCS=	mount.c getmntopts.c
MAN=	mount.8
# We do NOT install the getmntopts.3 man page.

.include <bsd.prog.mk>