a8ed63bb3d
universe with gcc. Approved by: dim (mentor)
9 lines
185 B
Makefile
9 lines
185 B
Makefile
# $FreeBSD$
|
|
|
|
NO_OBJ=
|
|
INCS= _ctype.h _inttypes.h _langinfo.h _locale.h _monetary.h _stdio.h\
|
|
_stdlib.h _string.h _time.h _wchar.h
|
|
INCSDIR=${INCLUDEDIR}/xlocale
|
|
|
|
.include <bsd.prog.mk>
|