summaryrefslogtreecommitdiffstats
path: root/sys-utils/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2014-09-22 14:55:37 +0200
committerKarel Zak2014-09-22 14:55:37 +0200
commit286f1e229bee68c2f2720407752bcb5ec95c9abc (patch)
tree1f538a1aa00c0b1d56a6ca110166fbbd4873918a /sys-utils/Makemodule.am
parentMerge branch 'renice' of git://github.com/kerolasa/lelux-utiliteetit (diff)
parenttextual: share crypt() error message in sulogin and newgrp (diff)
downloadkernel-qcow2-util-linux-286f1e229bee68c2f2720407752bcb5ec95c9abc.tar.gz
kernel-qcow2-util-linux-286f1e229bee68c2f2720407752bcb5ec95c9abc.tar.xz
kernel-qcow2-util-linux-286f1e229bee68c2f2720407752bcb5ec95c9abc.zip
Merge branch 'misc' of git://github.com/kerolasa/lelux-utiliteetit
* 'misc' of git://github.com/kerolasa/lelux-utiliteetit: textual: share crypt() error message in sulogin and newgrp newgrp: avoid use of obsolete getpass() function newgrp: use libc function to read gshadow if it is available setarch: use personality() system call when it is available setarch: reindent code hwclock: remove referal to deprecated keyboard interface eject: make open_device() and select_speed() to use struct eject_control eject: add struct eject_control to remove global variables mountpoint: simplify if statement mkfs.minix: fix couple compiler warnings mountpoint: add struct mountpoint_control last: improve code readability by renaming variable names last: make is_phantom() when kernel config does not include audit support lib: remove xgetpass() include: simplify fputc_careful() in carefulputc.h libuuid: add extern qualifiers to uuid/uuid.h system header
Diffstat (limited to 'sys-utils/Makemodule.am')
-rw-r--r--sys-utils/Makemodule.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am
index b75d5e005..c7cd95f82 100644
--- a/sys-utils/Makemodule.am
+++ b/sys-utils/Makemodule.am
@@ -359,8 +359,7 @@ PATHFILES += sys-utils/hwclock.8
hwclock_SOURCES = \
sys-utils/hwclock.c \
sys-utils/hwclock.h \
- sys-utils/hwclock-cmos.c \
- sys-utils/hwclock-kd.c
+ sys-utils/hwclock-cmos.c
if LINUX
hwclock_SOURCES += sys-utils/hwclock-rtc.c
endif