#       @(#)Makefile    0.0 (Julian H. Stacey) 94 01 06

THING=	le
PROG=   ${THING}
SRCS=   ${THING}.c

install_after:
	@# JJLATER make this automatic
	install -m 755 -c ${.CURDIR}/le_shell /usr/local/bin/leshelle
	install -m 755 -c ${.CURDIR}/le_shell /usr/local/bin/leshellg

.include <bsd.prog.mk>
.include <berklix.mk>   # Needed to support recursive make html from above.
