From 6eb1e416743c597f8ecd3b595ddb00d3aa42c1f4 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 20 Jun 2005 04:30:36 +0000 Subject: Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use some more work to shrink them down. --- util-linux/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util-linux/Makefile.in') 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 -- cgit v1.2.3