Flip the sense of the supported architecture list since we only have one

32-bit platform
This commit is contained in:
Kris Kennaway 2004-02-25 10:09:30 +00:00
parent 204941c149
commit 57dcf90e0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102056

View file

@ -28,7 +28,7 @@ USE_REINPLACE= yes
INSTALLS_SHLIB= yes
# Code is not 64-bit clean yet
NOT_FOR_ARCHS= ia64 amd64 sparc64 alpha
ONLY_FOR_ARCHS= i386
TESTS= "@comment "
.if defined(WITH_TESTS)