summaryrefslogtreecommitdiff
path: root/sbin/mount_fdesc/Makefile
blob: 47d2f84c7a054f7fd42b34aef1c019fb4f5cdd1a (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.3 1997/09/21 11:37:11 deraadt 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>