blob: 17dd2eb1c1f73071701cd5df1b5b7008134a9a29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.2 1998/09/05 20:00:05 art Exp $
PROG= mount_xfs
SRCS= mount_xfs.c getmntopts.c
MAN= mount_xfs.8
LINKS= ${BINDIR}/mount_xfs ${BINDIR}/mount_afs
MLINKS= mount_xfs.8 mount_afs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>
|