commit | 82364bb59100c690a5cdee308da990577b91fe5a | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Tue Jan 27 09:22:20 2004 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Tue Jan 27 09:22:20 2004 +0000 |
tree | acfa8a340753648fd0a1d3b40c26bc074b8186c1 | |
parent | 43112b4b65d60803a1511538a24930574be2f994 [diff] [blame] |
New applet, seq. No options, just the basics.
diff --git a/include/applets.h b/include/applets.h index e348516..f3b5f3d 100644 --- a/include/applets.h +++ b/include/applets.h
@@ -508,6 +508,9 @@ #ifdef CONFIG_SED APPLET(sed, sed_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_SEQ + APPLET(seq, seq_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_SETKEYCODES APPLET(setkeycodes, setkeycodes_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif @@ -682,4 +685,3 @@ }; #endif -