Makefile revision 1.8
1#	from: @(#)Makefile	5.13 (Berkeley) 5/7/91
2#	$Id: Makefile,v 1.8 1996/10/18 05:58:17 thorpej Exp $
3
4FILES=	airport ascii birthtoken eqnchar getopt inter.phone man.template \
5	mdoc.template na.phone operator style zipcodes
6NOOBJ=	noobj
7
8all clean cleandir depend lint tags:
9
10realinstall:
11	cd ${.CURDIR}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
12	    ${DESTDIR}${BINDIR}/misc
13
14.include <bsd.prog.mk>
15