14ba3b099SGarrett Wollman# From: @(#)Makefile 8.1 (Berkeley) 6/8/93 24ba3b099SGarrett Wollman# $Id$ 3afe61c15SRodney W. Grimes 44ba3b099SGarrett WollmanFILES= airport ascii birthtoken eqnchar flowers inter.phone iso3166 \ 54ba3b099SGarrett Wollman man.template mdoc.template na.phone operator scsi_modes zipcodes 6afe61c15SRodney W. GrimesNOOBJ= noobj 7afe61c15SRodney W. Grimes 8afe61c15SRodney W. Grimesall clean cleandir depend lint tags: 9afe61c15SRodney W. Grimes 10afe61c15SRodney W. Grimesinstall: 119c0dc173SBruce Evans cd ${.CURDIR}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ 129c0dc173SBruce Evans ${FILES} ${DESTDIR}${BINDIR}/misc 13afe61c15SRodney W. Grimes 14afe61c15SRodney W. Grimes.include <bsd.prog.mk> 15