4.3BSD-Reno/src/share/misc/Makefile

#	@(#)Makefile	5.10 (Berkeley) 6/24/90

FILES=	airport ascii birthtoken eqnchar greek inter.phone man.template \
	na.phone operator
NOOBJ=	noobj

all clean cleandir depend lint tags:

install:
	cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
	    ${DESTDIR}${BINDIR}/misc

.include <bsd.prog.mk>