From abb4772b2821ac113f4748e376ea35770ecaae08 Mon Sep 17 00:00:00 2001 From: John Beppu Date: Thu, 6 Jan 2000 00:48:21 +0000 Subject: i am busybox of borg. unix will be assimilated. --- applets/busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets/busybox.c') 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 -- cgit v1.2.3