diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-05-22 23:15:58 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-05-22 23:15:58 +0000 |
commit | 981165838bba6b8b763d0ed78bf28694b78ab006 (patch) | |
tree | a88abac4d196c83ae65ce507d23111c61e9ed814 /usr.bin/Makefile | |
parent | df0fe27516a8624d9b50dd2c0b5580e4616e5dc8 (diff) | |
download | FreeBSD-src-981165838bba6b8b763d0ed78bf28694b78ab006.zip FreeBSD-src-981165838bba6b8b763d0ed78bf28694b78ab006.tar.gz |
Taking a leap of faith, tie the help command in to the build.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 067e638..db2f2f2 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -60,6 +60,7 @@ SUBDIR= apply \ getopt \ gprof \ head \ + help \ hesinfo \ hexdump \ id \ |