11558Srgrimes#	@(#)Makefile	8.3 (Berkeley) 3/27/94
274531Sru# $FreeBSD$
31558Srgrimes
41558SrgrimesPROG=	mount_cd9660
51558SrgrimesSRCS=	mount_cd9660.c getmntopts.c
674815SruMAN=	mount_cd9660.8
7120492SfjoeDPADD=	${LIBKICONV}
8120492SfjoeLDADD=	-lkiconv
91558Srgrimes
101558SrgrimesMOUNT=	${.CURDIR}/../mount
111558SrgrimesCFLAGS+= -I${MOUNT}
1287325Sobrien
13120492Sfjoe# Needs to be dynamically linked for optional dlopen() access to
14120492Sfjoe# userland libiconv
15139112SruNO_SHARED?=	NO
16120492Sfjoe
171558Srgrimes.PATH:	${MOUNT}
181558Srgrimes
191558Srgrimes.include <bsd.prog.mk>
20