diff options
author | marcel <marcel@FreeBSD.org> | 2008-06-09 16:42:55 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2008-06-09 16:42:55 +0000 |
commit | fcffc805d8ec5c3c9faaa218023808e6d4f3149d (patch) | |
tree | 70da3e556241d891ec812efdeb767925fcb2e84d /sbin/Makefile | |
parent | 443887d7ccb79442fd4d90b6123bdf546261e50d (diff) | |
download | FreeBSD-src-fcffc805d8ec5c3c9faaa218023808e6d4f3149d.zip FreeBSD-src-fcffc805d8ec5c3c9faaa218023808e6d4f3149d.tar.gz |
Disconnect gpt(8) from the build. gpt(8) is replaced by gpart(8).
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 3174464..eafc31f 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -34,7 +34,6 @@ SUBDIR= adjkerntz \ gbde \ geom \ ggate \ - gpt \ growfs \ gvinum \ idmapd \ |