diff options
author | pjd <pjd@FreeBSD.org> | 2005-07-27 23:30:50 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2005-07-27 23:30:50 +0000 |
commit | 075c0555b8f7e5ababe51db9f52c9dcbac88f391 (patch) | |
tree | f44acbeb98938bf1177ae1e85d90c1f48bd7d308 | |
parent | 9c0918e8992742753c6335002182b699656b7e0e (diff) | |
download | FreeBSD-src-075c0555b8f7e5ababe51db9f52c9dcbac88f391.zip FreeBSD-src-075c0555b8f7e5ababe51db9f52c9dcbac88f391.tar.gz |
Disconnect geli from the build for now.
I need to find out first what is the cause of sha2.c compilation problem
on alpha.
-rw-r--r-- | sbin/geom/class/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/geom/class/Makefile b/sbin/geom/class/Makefile index fb484ec..2f5b4bc 100644 --- a/sbin/geom/class/Makefile +++ b/sbin/geom/class/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ SUBDIR= concat -SUBDIR+=eli +#SUBDIR+=eli SUBDIR+=label SUBDIR+=mirror SUBDIR+=nop |