freebsd-skq/usr.bin/mklocale/Makefile
bde 9667ed0a16 Added y.tab.h to SRCS. This should have been used to get dependencies
on y.tab.h generated.  It will soon be used to tell bsd.dep.mk that
y.tab.h itself needs to be generated.
1998-05-05 13:16:35 +00:00

11 lines
199 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/7/93
# $Id: Makefile,v 1.18 1998/05/04 20:09:03 bde Exp $
PROG= mklocale
SRCS= yacc.y lex.l y.tab.h
CFLAGS+=-I.
MAN1= mklocale.1
SUBDIR= data
.include <bsd.prog.mk>