head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	94.05.27.13.52.37;	author md;	state Exp;
branches;
next	1.1;

1.1
date	93.06.06.23.27.20;	author md;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Need to reduce hc's type checking to get this to compile.
@
text
@#	@@(#)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>
@


1.1
log
@Initial revision
@
text
@d12 4
@
