aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Makefile.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-06-20 04:30:36 +0000
committerRob Landley <rob@landley.net>2005-06-20 04:30:36 +0000
commit6eb1e416743c597f8ecd3b595ddb00d3aa42c1f4 (patch)
treeb88e5e3d34a2edea9bd2a9c59fd1cf84a62ddf4d /util-linux/Makefile.in
parentdf1eda82b90d1c179b34d27f2825264efed10045 (diff)
downloadbusybox-6eb1e416743c597f8ecd3b595ddb00d3aa42c1f4.tar.gz
Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use
some more work to shrink them down.
Diffstat (limited to 'util-linux/Makefile.in')
-rw-r--r--util-linux/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/util-linux/Makefile.in b/util-linux/Makefile.in
index 9aaaf9f8f..504560c27 100644
--- a/util-linux/Makefile.in
+++ b/util-linux/Makefile.in
@@ -34,6 +34,8 @@ UTILLINUX-$(CONFIG_FSCK_MINIX) +=fsck_minix.o
UTILLINUX-$(CONFIG_GETOPT) +=getopt.o
UTILLINUX-$(CONFIG_HEXDUMP) +=hexdump.o
UTILLINUX-$(CONFIG_HWCLOCK) +=hwclock.o
+UTILLINUX-$(CONFIG_IPCRM) +=ipcrm.o
+UTILLINUX-$(CONFIG_IPCS) +=ipcs.o
UTILLINUX-$(CONFIG_LOSETUP) +=losetup.o
UTILLINUX-$(CONFIG_MKFS_MINIX) +=mkfs_minix.o
UTILLINUX-$(CONFIG_MKSWAP) +=mkswap.o