blob: 78bc57b544b1dafb5aefd54468959a2ed76bb2fa (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.6 2004/05/09 22:51:52 deraadt Exp $
PROG= mount
SRCS= mount.c
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN= mount.8
# We do NOT install the getmntopts.3 man page.
.include <bsd.prog.mk>
|