diff options
author | pjd <pjd@FreeBSD.org> | 2004-02-23 20:06:56 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2004-02-23 20:06:56 +0000 |
commit | ccf29051b1751c01464c7f379cbf43da68062944 (patch) | |
tree | a0b6c0e516eac2fc2eb7ff96be9c70bc406c6f7f /sbin/Makefile | |
parent | 7da34efb47011efc1113ff01d94f684531873256 (diff) | |
download | FreeBSD-src-ccf29051b1751c01464c7f379cbf43da68062944.zip FreeBSD-src-ccf29051b1751c01464c7f379cbf43da68062944.tar.gz |
Connect gconcat(8) to the build.
Approved by: scottl (mentor)
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 41a1185..e790b1f 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -29,6 +29,7 @@ SUBDIR= adjkerntz \ fsdb \ fsirand \ gbde \ + gconcat \ ${_gpt} \ growfs \ ifconfig \ |