summaryrefslogtreecommitdiff
path: root/sbin/mount_xfs/Makefile
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1998-09-05 17:33:31 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1998-09-05 17:33:31 +0000
commit1098170b234f3b63f3e1251e8c3d15ae65ba129d (patch)
tree2f338f8b7332365d6c84dba31384d88aa01030b7 /sbin/mount_xfs/Makefile
parentb03bfdb01feeb5763528442fb49195835e6b46db (diff)
code for mounting xfs
Diffstat (limited to 'sbin/mount_xfs/Makefile')
-rw-r--r--sbin/mount_xfs/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sbin/mount_xfs/Makefile b/sbin/mount_xfs/Makefile
new file mode 100644
index 00000000000..bc5eee745ce
--- /dev/null
+++ b/sbin/mount_xfs/Makefile
@@ -0,0 +1,11 @@
+# $OpenBSD: Makefile,v 1.1 1998/09/05 17:33:30 art Exp $
+
+PROG= mount_xfs
+SRCS= mount_xfs.c getmntopts.c
+MAN= mount_xfs.8
+
+MOUNT= ${.CURDIR}/../mount
+CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
+.PATH: ${MOUNT}
+
+.include <bsd.prog.mk>