diff options
author | pjd <pjd@FreeBSD.org> | 2004-05-03 21:14:03 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2004-05-03 21:14:03 +0000 |
commit | 364696c35d86cce96143dbd525b92a4a9cc23834 (patch) | |
tree | 3b8e8134775106c626921e07382ffd0e805d1924 | |
parent | 98fbb8cf0fd4565e83558faeb7d16fe045d03caf (diff) | |
download | FreeBSD-src-364696c35d86cce96143dbd525b92a4a9cc23834.zip FreeBSD-src-364696c35d86cce96143dbd525b92a4a9cc23834.tar.gz |
Connect ggatec(8), ggated(8) and ggatel(8) to the build.
-rw-r--r-- | sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index ec6ccd3..dc4e94d 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -30,6 +30,7 @@ SUBDIR= adjkerntz \ fsirand \ gbde \ gconcat \ + ggate \ ${_gpt} \ growfs \ ifconfig \ |