blob: ef62add6dc846a6da629d75e3dc041cf830f2bbf (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.1 2014/12/23 17:16:02 deraadt Exp $
PROG= mount
SRCS= mount.c
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN= mount.8
.PATH: ${.CURDIR}/../../../sbin/mount
.include <bsd.prog.mk>
|