diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 11:23:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 11:23:12 +0000 |
commit | 13eb765f2d1a7497df9f56f5ca95950e04cb4c01 (patch) | |
tree | 69f31f17bfe80e77e4f38188819e4e69f11b9f25 /sbin/mount_cd9660 | |
parent | cc0d90a7997d7483dcfb77b908a709fa5561a5fb (diff) | |
download | src-test2-13eb765f2d1a7497df9f56f5ca95950e04cb4c01.tar.gz src-test2-13eb765f2d1a7497df9f56f5ca95950e04cb4c01.zip |
Notes
Diffstat (limited to 'sbin/mount_cd9660')
-rw-r--r-- | sbin/mount_cd9660/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/mount_cd9660/Makefile b/sbin/mount_cd9660/Makefile index b889174ffa05..c70892c3309e 100644 --- a/sbin/mount_cd9660/Makefile +++ b/sbin/mount_cd9660/Makefile @@ -4,8 +4,7 @@ PROG= mount_cd9660 SRCS= mount_cd9660.c getmntopts.c MAN= mount_cd9660.8 -DPADD= ${LIBKICONV} -LDADD= -lkiconv +LIBADD= kiconv MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${MOUNT} |