summaryrefslogtreecommitdiff
path: root/sbin/mount_fdesc/Makefile
blob: 93561cd9131ac9ec10ceb9f6105b2f78bea7e424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.2 1996/06/23 14:31:17 deraadt Exp $
#	$NetBSD: Makefile,v 1.6 1995/03/18 14:57:17 cgd Exp $

PROG=	mount_fdesc
SRCS=	mount_fdesc.c getmntopts.c
MAN=	mount_fdesc.8

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

.include <bsd.prog.mk>