blob: a296ae6e91dfe089325a3246acd7f128a453a020 (
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_cd9660
SRCS= mount_cd9660.c getmntopts.c
MAN= mount_cd9660.8
MOUNT= ${.CURDIR}/../../../sbin/mount
CFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.PATH: ${.CURDIR}/../../../sbin/mount_cd9660
.include <bsd.prog.mk>
|