diff options
author | pjd <pjd@FreeBSD.org> | 2004-05-20 10:37:13 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2004-05-20 10:37:13 +0000 |
commit | 3e714a6487c6937bd528d4d2cc70041ecd78f005 (patch) | |
tree | d57bd999a717f654ff85132df5b3169c0f1d2c7d /sbin/Makefile | |
parent | 87ec5ee8d69954a4377a00393de2c057bce31633 (diff) | |
download | FreeBSD-src-3e714a6487c6937bd528d4d2cc70041ecd78f005.zip FreeBSD-src-3e714a6487c6937bd528d4d2cc70041ecd78f005.tar.gz |
- Connect geom(8) and its libraries to the build.
- Connect geom_stripe and geom_nop modules to the build.
- Connect STRIPE and NOP classes to the LINT build.
- Disconnect gconcat(8) from the build.
Supported by: Wheel - Open Technologies - http://www.wheel.pl
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index dc4e94d..533db1c 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -29,7 +29,7 @@ SUBDIR= adjkerntz \ fsdb \ fsirand \ gbde \ - gconcat \ + geom \ ggate \ ${_gpt} \ growfs \ |