summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ufs/Makefile
blob: f7d331defca47dc4378c3cb5ebd47b4dea9223bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

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

MOUNT=	${.CURDIR}/../mount
CFLAGS+= -I${MOUNT} -I${.CURDIR}/../../sys -Wall
.PATH:	${MOUNT}
WARNS?= 1

# Needs to be dynamically linked for optional dlopen() access to
# userland libiconv
NO_SHARED?=	NO

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud