freebsd-dev/share/misc/Makefile
Nik Clayton d0bf24fc77 iso639 is the ISO two letter codes for the representation of the names of
languages (en = English, de = German, zn = Chinese, and so on). This
complements the existing iso3166 file, which maps codes to countries.

Country code != language code.

I ran this past -core. No one voiced any objections, jkh said "fine".
1999-01-20 19:46:42 +00:00

15 lines
417 B
Makefile

# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $Id: Makefile,v 1.14 1998/09/11 16:38:20 dt Exp $
FILES= ascii birthtoken bsd-family-tree eqnchar flowers init.ee inter.phone \
iso3166 iso639 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>