10 lines
167 B
Makefile
10 lines
167 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../lib/libc/iconv
|
||
|
|
||
|
PROG= mkcsmapper
|
||
|
LDFLAGS+= -L${.CURDIR}/../../lib/libc
|
||
|
|
||
|
.include "${.CURDIR}/Makefile.inc"
|
||
|
.include <bsd.prog.mk>
|