summaryrefslogtreecommitdiff
path: root/sbin/mount/Makefile
blob: ba13adedb0951e85048ed345d050c6fbd9cafe0c (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.7 2014/07/14 06:39:23 jmc Exp $

PROG=	mount
SRCS=	mount.c
DPADD=	${LIBUTIL}
LDADD=	-lutil
MAN=	mount.8

.include <bsd.prog.mk>