# $NetBSD$

.include <bsd.own.mk>
USE_FORT?= yes
WARNS?= 3

.PATH: ${.CURDIR}
.PATH: ${.CURDIR}/rasops
.PATH: ${.CURDIR}/wscons
.PATH: ${.CURDIR}/wsfont

PROG=	uwscons
MKMAN=	no # uwscons.1

BINOWN=	root
BINMODE=4555

SRCS=	uwscons.c
SRCS+=	log.c
SRCS+=	privilege.c
SRCS+=	wscons_glue.c
SRCS+=	xmalloc.c
SRCS+=	rasops.c
SRCS+=	rasops1.c
SRCS+=	rasops2.c
SRCS+=	rasops4.c
SRCS+=	rasops8.c
SRCS+=	rasops15.c
SRCS+=	rasops24.c
SRCS+=	rasops32.c
SRCS+=	rasops_masks.c
SRCS+=	wsemul_vt100.c
SRCS+=	wsemul_vt100_chars.c
SRCS+=	wsemul_vt100_keys.c
SRCS+=	wsemul_vt100_subr.c
SRCS+=	wsemulconf.c
SRCS+=	wsfont.c

CPPFLAGS+= -I${.CURDIR}

#DPADD+=	${LIBZ} ${LIBBZ2}
#LDADD+=	-lz -lbz2

.include <bsd.prog.mk>
