47e1a877c5
- fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor)
8 lines
104 B
Makefile
8 lines
104 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= locale
|
|
WARNS?= 3
|
|
CFLAGS+= -I${.CURDIR}/../../lib/libc/locale
|
|
|
|
.include <bsd.prog.mk>
|