NetBSD/usr.sbin/chrtbl/Makefile
kleink 06b78a313c Add a utility to create character classification and upper <-> lower conversion
tables, as well as numerical formatting specifications.

Thanks go to Christos Zoulas for reworking this into SVR4/Solaris style,
and to Matthias Scheler <tron@lyssa.owl.de> for contributing his initial
work in PR/3592!
1997-06-02 10:16:41 +00:00

14 lines
271 B
Makefile

# $NetBSD: Makefile,v 1.1 1997/06/02 10:16:41 kleink Exp $
PROG= chrtbl
MAN= chrtbl.8
.PATH: ${.CURDIR}/../../lib/libc/locale
CFLAGS+=-I${.CURDIR}/../../lib/libc/locale
# ctypeio.c pulled in from ../../lib/libc/locale
SRCS= chrtbl.c ctypeio.c
.include <bsd.prog.mk>