blob: 33a7137f794688aa6dcaa30673a66746e5a88cea (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.1 2007/04/14 11:54:00 grunk Exp $
MAN=mount_vnd.8
beforeinstall:
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/mount_vnd ${DESTDIR}${BINDIR}/mount_vnd
.include <bsd.prog.mk>
|