blob: 0f079a27a6a8b727a0fb63c06407b9d36bf81275 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.1 2014/12/23 17:16:02 deraadt Exp $
PROG= mount_udf
SRCS= mount_udf.c getmntopts.c
MAN= mount_udf.8
MOUNT= ${.CURDIR}/../../../sbin/mount
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.PATH: ${.CURDIR}/../../../sbin/mount_udf
.include <bsd.prog.mk>
|