freebsd-dev/sbin/mount_udf/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
312 B
Makefile
Raw Normal View History

2002-04-14 16:52:14 +00:00
# $FreeBSD$
PACKAGE=runtime
2002-04-14 16:52:14 +00:00
PROG= mount_udf
SRCS= mount_udf.c getmntopts.c
MAN= mount_udf.8
LIBADD= kiconv
2002-04-14 16:52:14 +00:00
MOUNT= ${.CURDIR:H}/mount
CFLAGS+= -I${MOUNT} -I${SRCTOP}/sys
2002-04-14 16:52:14 +00:00
.PATH: ${MOUNT}
# Needs to be dynamically linked for optional dlopen() access to
# userland libiconv
2004-12-21 09:59:45 +00:00
NO_SHARED?= NO
2002-04-14 16:52:14 +00:00
.include <bsd.prog.mk>