Makefile revision 69813
1#	From: @(#)Makefile	8.1 (Berkeley) 6/8/93
2# $FreeBSD: head/share/misc/Makefile 69813 2000-12-10 08:06:36Z bde $
3
4FILES=	ascii birthtoken bsd-family-tree eqnchar flowers init.ee \
5	iso3166 iso639 man.template mdoc.template operator pci_vendors \
6	scsi_modes usb_hid_usages
7NOOBJ=	noobj
8
9all clean cleandir depend lint tags:
10
11install:
12	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \
13		${FILES} ${DESTDIR}${BINDIR}/misc
14
15.include <bsd.prog.mk>
16