diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-09-05 17:33:31 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-09-05 17:33:31 +0000 |
commit | 1098170b234f3b63f3e1251e8c3d15ae65ba129d (patch) | |
tree | 2f338f8b7332365d6c84dba31384d88aa01030b7 /sbin/mount_xfs/Makefile | |
parent | b03bfdb01feeb5763528442fb49195835e6b46db (diff) |
code for mounting xfs
Diffstat (limited to 'sbin/mount_xfs/Makefile')
-rw-r--r-- | sbin/mount_xfs/Makefile | 11 |
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> |