summaryrefslogtreecommitdiffstats
path: root/share/misc/Makefile
blob: e01c28ef24a3a3a5aecc08caf40306202313310b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	From: @(#)Makefile	8.1 (Berkeley) 6/8/93
#	$Id: Makefile,v 1.11 1998/01/02 17:47:07 wosch Exp $

FILES=	airport ascii birthtoken bsd-family-tree eqnchar flowers inter.phone \
	iso3166 man.template mdoc.template operator scsi_modes
NOOBJ=	noobj

all clean cleandir depend lint tags:

install:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \
		${FILES} ${DESTDIR}${BINDIR}/misc

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud