Cross Reference: Makefile
xref: /src/share/misc/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/share/misc/
Makefile revision 1.1
1#	@(#)Makefile	5.13 (Berkeley) 5/7/91
2
3FILES=	airport ascii birthtoken eqnchar inter.phone man.template \
4	mdoc.template na.phone operator zipcodes
5NOOBJ=	noobj
6
7all clean cleandir depend lint tags:
8
9install:
10	cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
11	    ${DESTDIR}${BINDIR}/misc
12
13.include <bsd.prog.mk>
14

Indexes created Mon Dec 22 00:09:26 GMT 2025