1*41786Sbostic#	@(#)Makefile	4.5 (Berkeley) 05/12/90
213843Ssam
3*41786Sbosticall learnlib clean cleandir depend lint tags:
413843Ssam
5*41786Sbosticinstall:
6*41786Sbostic	install -c -o ${BINOWN} -g ${BINOWN} -m 444 Linfo Xinfo ${LLIB}/learn
7*41786Sbostic	cp -pr C editor eqn files macros morefiles ${LLIB}/learn
813843Ssam
9*41786Sbostic.include "../Makefile.inc"
10*41786Sbostic.include <bsd.own.mk>
11