diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-15 07:40:36 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-15 07:40:36 +0000 |
commit | 90e1ff34038d03772d559f71984ae2195a5ec182 (patch) | |
tree | afb9d572184d681491bfd314f7dee378b0e253c5 /misc/Makefile | |
parent | 9eca9782ddb831336afb70ecd8c346e0af95f428 (diff) | |
download | FreeBSD-ports-90e1ff34038d03772d559f71984ae2195a5ec182.zip FreeBSD-ports-90e1ff34038d03772d559f71984ae2195a5ec182.tar.gz |
Use other way to disconnect compatX ports from the bento build.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/Makefile b/misc/Makefile index 66a22b3..d728e3f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -32,9 +32,9 @@ SUBDIR += cmatrix SUBDIR += colorls SUBDIR += colortail -# SUBDIR += compat22 -# SUBDIR += compat3x -# SUBDIR += compat4x + SUBDIR += compat22 + SUBDIR += compat3x + SUBDIR += compat4x SUBDIR += cpuid SUBDIR += crosspad SUBDIR += cstream |