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

PROG=	beautify
SRCS=	beauty.c tree.c lextab.c bdef.c
CFLAGS+=-w -I. -I${.CURDIR}
BINDIR=	/usr/libexec
DPADD=	${LIBLN}
LDADD=	-lln
NOMAN=	noman
CLEANFILES=beauty.c lextab.c y.tab.h lex.yy.c y.tab.c

.if ${MACHINE} == "rt"
CFLAGS+=-Hon=Pointers_compatible_with_ints
.endif

.include <bsd.prog.mk>
