1# @(#)Makefile 8.1 (Berkeley) 6/8/93 2 3FILES= airport ascii birthtoken eqnchar flowers inter.phone man.template \ 4 mdoc.template na.phone operator zipcodes 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