diff options
author | le <le@FreeBSD.org> | 2004-08-07 16:16:59 +0000 |
---|---|---|
committer | le <le@FreeBSD.org> | 2004-08-07 16:16:59 +0000 |
commit | 7776cca3b3e32da25962069ba5b4c33a346134c0 (patch) | |
tree | d38dec525cb0714bb25bb1826ffbca4ae3569ccd /sbin/Makefile | |
parent | 628d407e8490a240e6c73a5e9994986e7a9ab164 (diff) | |
download | FreeBSD-src-7776cca3b3e32da25962069ba5b4c33a346134c0.zip FreeBSD-src-7776cca3b3e32da25962069ba5b4c33a346134c0.tar.gz |
Due to popular demand, hook up geom_vinum to the build.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 533db1c..28f0d85 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -33,6 +33,7 @@ SUBDIR= adjkerntz \ ggate \ ${_gpt} \ growfs \ + gvinum \ ifconfig \ init \ ${_ip6fw} \ |