diff options
author | Glenn L McGrath | 2002-09-16 03:16:06 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-09-16 03:16:06 +0000 |
commit | ec0c48cb296185c5af585c9f9a7213cd4177dbb5 (patch) | |
tree | 49aee82f58bf99c33065595d20efc1ed08a03e3c /console-tools/Makefile.in | |
parent | 6714862bdd2ee83d0e0f42cdbf4752629376b81e (diff) | |
download | busybox-ec0c48cb296185c5af585c9f9a7213cd4177dbb5.zip busybox-ec0c48cb296185c5af585c9f9a7213cd4177dbb5.tar.gz |
openvt applet by Quy Tonthat
Diffstat (limited to 'console-tools/Makefile.in')
-rw-r--r-- | console-tools/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/console-tools/Makefile.in b/console-tools/Makefile.in index bc03356..c2c1bad 100644 --- a/console-tools/Makefile.in +++ b/console-tools/Makefile.in @@ -30,6 +30,7 @@ CONSOLETOOLS_DIR-$(CONFIG_DUMPKMAP) += dumpkmap.o CONSOLETOOLS_DIR-$(CONFIG_LOADACM) += loadacm.o CONSOLETOOLS_DIR-$(CONFIG_LOADFONT) += loadfont.o CONSOLETOOLS_DIR-$(CONFIG_LOADKMAP) += loadkmap.o +CONSOLETOOLS_DIR-$(CONFIG_OPENVT) += openvt.o CONSOLETOOLS_DIR-$(CONFIG_RESET) += reset.o CONSOLETOOLS_DIR-$(CONFIG_SETKEYCODES) += setkeycodes.o |