Makefile revision 1.2
11.2Sitojun# @(#)Makefile 8.1 (Berkeley) 6/7/93 21.2Sitojun# $NetBSD: Makefile,v 1.2 2000/12/22 01:31:48 itojun Exp $ 31.2Sitojun# $FreeBSD: src/usr.bin/mklocale/Makefile,v 1.19.2.1 1999/08/29 15:31:03 peter Exp $ 41.2Sitojun 51.2SitojunWARNS?= 1 61.2SitojunPROG= mklocale 71.2SitojunSRCS= yacc.y lex.l #y.tab.h 81.2SitojunCPPFLAGS+=-I${.OBJDIR} # for y.tab.h 91.2SitojunCPPFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../include -I${.CURDIR}/../../lib/libc/locale 101.2SitojunMAN1= mklocale.1 111.2SitojunCLEANFILES+= y.tab.c y.tab.h 121.2SitojunYHEADER= yes 131.2Sitojun 141.2Sitojun.include <bsd.prog.mk> 15