summaryrefslogtreecommitdiff
path: root/usr.sbin/chrtbl/Makefile
blob: 4ae502d3844c0183e2145530bb179474b61713fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.2 1997/10/23 06:32:02 lukem Exp $

PROG=	chrtbl
MAN=	chrtbl.8

.PATH:	${.CURDIR}/../../lib/libc/locale

CPPFLAGS+=-I${.CURDIR}/../../lib/libc/locale

# ctypeio.c pulled in from ../../lib/libc/locale
SRCS=	chrtbl.c ctypeio.c

.include <bsd.prog.mk>