diff options
author | asami <asami@FreeBSD.org> | 1998-10-30 14:43:38 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-30 14:43:38 +0800 |
commit | 560236bf8ad8516508a4fd10a54c7d7155891539 (patch) | |
tree | 1cb7595e633fd666e8f6cab6a9b8583aee510ffc /emulators | |
parent | 1238067a4a7ad82d054208de954deffd62fa153a (diff) | |
download | freebsd-ports-gnome-560236bf8ad8516508a4fd10a54c7d7155891539.tar.gz freebsd-ports-gnome-560236bf8ad8516508a4fd10a54c7d7155891539.tar.zst freebsd-ports-gnome-560236bf8ad8516508a4fd10a54c7d7155891539.zip |
Add linux_glide and linux_mesa.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 49100e59ee51..fc3be47d24d9 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.24 1998/02/21 21:25:03 steve Exp $ +# $Id: Makefile,v 1.25 1998/07/12 11:14:41 dburr Exp $ # SUBDIR += aftp @@ -12,7 +12,9 @@ SUBDIR += hfs SUBDIR += hfsutils SUBDIR += ines + SUBDIR += linux_glide SUBDIR += linux_lib + SUBDIR += linux_mesa SUBDIR += macutils SUBDIR += mastergear SUBDIR += mtools |