#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	col
CFLAGS+=-Wall
.if ${MACHINE} == "pc98"
CFLAGS+= -DKANJI
LDADD=-lxpg4
.endif


.include <bsd.prog.mk>
