diff options
author | marcel <marcel@FreeBSD.org> | 1999-07-21 19:21:59 +0800 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-07-21 19:21:59 +0800 |
commit | f1f28b4eab07320287f1fb35a24efcc4116e568d (patch) | |
tree | d433ffe997c39bd2ff42e19f4baa388d4a31318c | |
parent | bb0590eb9793145652dc5e6c83e90b220c8cf986 (diff) | |
download | freebsd-ports-graphics-f1f28b4eab07320287f1fb35a24efcc4116e568d.tar.gz freebsd-ports-graphics-f1f28b4eab07320287f1fb35a24efcc4116e568d.tar.zst freebsd-ports-graphics-f1f28b4eab07320287f1fb35a24efcc4116e568d.zip |
Activate linux_base
Deactivate linux-base
-rw-r--r-- | emulators/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 3a0da2c2b4b..647ff7582e9 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.32 1999/07/08 15:02:54 marcel Exp $ +# $Id: Makefile,v 1.33 1999/07/09 08:04:21 marcel Exp $ # SUBDIR += aftp @@ -13,7 +13,7 @@ SUBDIR += hfs SUBDIR += hfsutils SUBDIR += ines - SUBDIR += linux-base + SUBDIR += linux_base SUBDIR += linux_glide SUBDIR += linux_lib SUBDIR += linux_mesa |