Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
 -Erik
diff --git a/applets/busybox.c b/applets/busybox.c
index 5d13a7b..d93fc51 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -100,6 +100,9 @@
 #ifdef BB_FSCK_MINIX
 	{"fsck.minix", fsck_minix_main, _BB_DIR_SBIN, fsck_minix_usage},
 #endif
+#ifdef BB_GETOPT
+	{"getopt", getopt_main, _BB_DIR_BIN},
+#endif
 #ifdef BB_GREP
 	{"grep", grep_main, _BB_DIR_BIN, grep_usage},
 #endif