diff options
Diffstat (limited to 'usr.bin/mkesdb/Makefile')
-rw-r--r-- | usr.bin/mkesdb/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/mkesdb/Makefile b/usr.bin/mkesdb/Makefile new file mode 100644 index 0000000..d4bd03f --- /dev/null +++ b/usr.bin/mkesdb/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../lib/libc/iconv + +PROG= mkesdb +LDFLAGS+= -L${.OBJDIR}/../../lib/libc + +.include "${.CURDIR}/Makefile.inc" +.include <bsd.prog.mk> |