1*62078Sbostic# @(#)Makefile 8.1 (Berkeley) 06/06/93 241722Sbostic 341722SbosticOBJS= getline.o getnum.o 441722Sbostic 541722Sbosticall objects: ${OBJS} 641722Sbostic 741722Sbosticclean cleandir: 841722Sbostic rm -f ${OBJS} 941722Sbostic 1041722Sbosticdepend lint tags: 1141722Sbostic 1241722Sbosticinstall: 1341722Sbostic install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/getline.c \ 1442311Sbostic ${.CURDIR}/getnum.c ${DESTDIR}${LLIB}/learn/C 1542311Sbostic install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \ 1642311Sbostic ${DESTDIR}${LLIB}/learn/bin 1742311Sbostic install -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \ 1842311Sbostic ${DESTDIR}${LLIB}/learn/C 1941722Sbostic 2043055Sbostic.include <bsd.prog.mk> 21