]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/mkesdb/Makefile
[SA-14:31] Fix multiple vulnerabilities in NTP suite.
[FreeBSD/releng/9.2.git] / usr.bin / mkesdb / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../lib/libc/iconv
4
5 PROG=   mkesdb
6 LDFLAGS+= -L${.OBJDIR}/../../lib/libc
7
8 .include "${.CURDIR}/Makefile.inc"
9 .include <bsd.prog.mk>