summaryrefslogtreecommitdiff
path: root/sbin/mount/Makefile
blob: 725f62606a3dc490e6774434f97e612b7c837bb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.4 1996/12/03 01:04:43 downsj Exp $
#	$NetBSD: Makefile,v 1.10 1995/07/12 03:45:09 cgd Exp $

PROG=	mount
SRCS=	mount.c getmntopts.c
DPADD=	${LIBUTIL}
LDADD=	-lutil
MAN=	mount.8
# We do NOT install the getmntopts.3 man page.

.include <bsd.prog.mk>