mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
abc7a4adca
this information. PR 2789 mentions: http://www.pacbell.com/about-pb/areacodes/ http://www.bellcore.com/NANP/ PR: 2789 (in a backewards kind of way)
15 lines
413 B
Makefile
15 lines
413 B
Makefile
# 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>
|