diff options
author | sakamoto <sakamoto@pkgsrc.org> | 2000-01-07 05:24:38 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 2000-01-07 05:24:38 +0000 |
commit | 6d92b57cfb36d0b003868bce577cf8f0d5c58e5b (patch) | |
tree | e7395354bb7456b2087af72f5ed15ee53ccb54b6 /emulators | |
parent | 8e8e794754ce3d61933c6c17891ffa71d747a60d (diff) | |
download | pkgsrc-6d92b57cfb36d0b003868bce577cf8f0d5c58e5b.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 |