summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ufs/Makefile
blob: 2c35d2024a68015f52a3b5f105db2f58dca0787a (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
NOSHARED?=	NO

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