aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2000-01-06 00:48:21 +0000
committerJohn Beppu <beppu@lbox.org>2000-01-06 00:48:21 +0000
commitabb4772b2821ac113f4748e376ea35770ecaae08 (patch)
tree3b3d8839cda2823021d7a969f77cc1e70b1efa9c /applets
parent0881de706e479877ef68e0b859eb0d2594695e8e (diff)
downloadbusybox-abb4772b2821ac113f4748e376ea35770ecaae08.tar.gz
i am busybox of borg. unix will be assimilated.
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index a35306915..4a7feefd2 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -225,6 +225,9 @@ static const struct Applet applets[] = {
#ifdef BB_UMOUNT //bin
{"umount", umount_main},
#endif
+#ifdef BB_UNIQ //bin
+ {"uniq", uniq_main},
+#endif
#ifdef BB_UPDATE //sbin
{"update", update_main},
#endif