Makefile revision 32191
1#	From: @(#)Makefile	8.1 (Berkeley) 6/8/93
2#	$Id: Makefile,v 1.10 1998/01/01 14:05:30 wosch Exp $
3
4FILES=	airport ascii birthtoken bsd-family-tree eqnchar flowers inter.phone \
5	iso3166 man.template mdoc.template na.phone operator scsi_modes
6NOOBJ=	noobj
7
8all clean cleandir depend lint tags:
9
10install:
11	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \
12		${FILES} ${DESTDIR}${BINDIR}/misc
13
14.include <bsd.prog.mk>
15