summaryrefslogtreecommitdiff
path: root/sbin/mount_xfs/Makefile
blob: 7259422b16f0268875a84546a3965e4c59e7ad2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.3 1998/10/28 18:08:50 art Exp $

PROG=	mount_xfs
SRCS=	mount_xfs.c getmntopts.c
MAN=	mount_xfs.8
LINKS=	${BINDIR}/mount_xfs
MLINKS=	mount_xfs.8

MOUNT=	${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH:	${MOUNT}

.include <bsd.prog.mk>