1*43054Sbostic# @(#)Makefile 5.2 (Berkeley) 06/08/90 213843Ssam 341786Sbosticall learnlib clean cleandir depend lint tags: 413843Ssam 541786Sbosticinstall: 642310Sbostic install -c -o ${BINOWN} -g ${BINOWN} -m 444 Linfo Xinfo \ 742310Sbostic ${DESTDIR}${LLIB}/learn 842310Sbostic cp -pr C editor eqn files macros morefiles ${DESTDIR}${LLIB}/learn 913843Ssam 1041786Sbostic.include "../Makefile.inc" 11*43054Sbostic.include <bsd.prog.mk> 12