[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / sbin / mount_ntfs

File: [local] / src / sbin / mount_ntfs / Makefile (download)

Revision 1.5, Sun Feb 22 05:16:30 2004 UTC (20 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.4: +2 -3 lines

oops; always man page

#	$OpenBSD: Makefile,v 1.5 2004/02/22 05:16:30 deraadt Exp $

.if (${MACHINE} == "i386")
PROG=	mount_ntfs
SRCS=	mount_ntfs.c getmntopts.c
.else
NOPROG=
.endif

MAN=	mount_ntfs.8
MOUNT=	${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}
.PATH:	${MOUNT}

.include <bsd.prog.mk>