diff options
author | sakamoto <sakamoto> | 2000-01-07 05:24:38 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 2000-01-07 05:24:38 +0000 |
commit | 990cd921dcd960026d62cc87c9bdbba353e462a1 (patch) | |
tree | e7395354bb7456b2087af72f5ed15ee53ccb54b6 /emulators | |
parent | e6d061fd5e99373157af3f4c6c53787427882a95 (diff) | |
download | pkgsrc-990cd921dcd960026d62cc87c9bdbba353e462a1.tar.gz |
Add and enable linux-locale
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 6731a154259..39213c2c228 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 1999/12/10 12:59:34 agc Exp $ +# $NetBSD: Makefile,v 1.32 2000/01/07 05:24:38 sakamoto Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp # @@ -15,6 +15,7 @@ # SUBDIR += hfs SUBDIR += ia64sim # SUBDIR += ines + SUBDIR += linux-locale # SUBDIR += macutils # SUBDIR += mastergear # SUBDIR += mtools |