diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-14 17:21:02 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-14 17:21:02 +0000 |
| commit | a24874dccddcdb003a3970753b39d3a14f00321d (patch) | |
| tree | 3ab0443c208dedc76985697e744fe8f4dcad04b9 | |
| parent | 7389126d9aea709e5f6e0fe5692ada4337dfe3b2 (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 6cd8cd771d24..dc2dfbb870a1 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -563,6 +563,7 @@ _strfile= games/fortune/strfile bootstrap-tools: .for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.sbin/config \ + usr.sbin/kbdcontrol \ gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo cd ${.CURDIR}/${_tool}; \ ${MAKE} obj; \ |
