1# @(#)Makefile 5.10 (Berkeley) 06/24/90 2 3FILES= airport ascii birthtoken eqnchar greek inter.phone man.template \ 4 na.phone operator 5NOOBJ= noobj 6 7all clean cleandir depend lint tags: 8 9install: 10 cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ 11 ${DESTDIR}${BINDIR}/misc 12 13.include <bsd.prog.mk> 14