#	@(#)Makefile	5.2 (Berkeley) 5/11/90

PROG=	tsort
CFLAGS= -O2 -resident -msmall-code
LDFLAGS= $(CFLAGS)

.include <bsd.prog.mk>
