diff options
author | phk <phk@FreeBSD.org> | 2004-11-04 12:46:46 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2004-11-04 12:46:46 +0000 |
commit | 19cb45350aa6693d3cde7f7b8b8a0bef97a8726d (patch) | |
tree | 0119d229a38f37605203af77d5c66d0f7491983c /sbin/Makefile | |
parent | 1b4394c3588852abd6770a9c524cf9a9487fb603 (diff) | |
download | FreeBSD-src-19cb45350aa6693d3cde7f7b8b8a0bef97a8726d.zip FreeBSD-src-19cb45350aa6693d3cde7f7b8b8a0bef97a8726d.tar.gz |
Ups! Forgot to put "sbin" on the commit line:
Remove userland vinum(8) stuff.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index d00d10ad..be9fc2f 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -94,7 +94,6 @@ SUBDIR= adjkerntz \ sysctl \ tunefs \ umount \ - ${_vinum} .if !defined(NOATM) _atm= atm @@ -122,10 +121,6 @@ _ip6fw= ip6fw _ping6= ping6 .endif -.if !defined(NO_VINUM) -_vinum= vinum -.endif - .if ${MACHINE_ARCH} == "i386" .if ${MACHINE} == "i386" _fdisk= fdisk |