move utmp.h include to libbb.h
[oweals/busybox.git] / coreutils / Kbuild.src
index 57ea7d6c4ccaba6499e7d4f0eb7d5e15cdbf465e..4ea0fa50a6ba00ec87c88a50ce94a3f5d3f49339 100644 (file)
@@ -2,11 +2,12 @@
 #
 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
 #
-# Licensed under the GPL v2, see the file LICENSE in this tarball.
+# Licensed under GPLv2, see file LICENSE in this source tree.
 
 libs-y                 += libcoreutils/
 
 lib-y:=
+
 INSERT
 lib-$(CONFIG_CAL)       += cal.o
 lib-$(CONFIG_CATV)      += catv.o
@@ -73,7 +74,6 @@ lib-$(CONFIG_SYNC)      += sync.o
 lib-$(CONFIG_TAC)       += tac.o
 lib-$(CONFIG_TAIL)      += tail.o
 lib-$(CONFIG_TEE)       += tee.o
-lib-$(CONFIG_TOUCH)     += touch.o
 lib-$(CONFIG_TRUE)      += true.o
 lib-$(CONFIG_TTY)       += tty.o
 lib-$(CONFIG_UNAME)     += uname.o