summaryrefslogtreecommitdiff
path: root/login
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-18 18:36:54 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-18 18:36:54 +0000
commitd9317f3d9285a88347386e7a4505dad7329c1cee (patch)
tree9f8d1f20c6b2c7756c02e61ac65ddf784e975100 /login
parentd1891b39774c49eea57c489318a11fe9a55c3e6c (diff)
Remove rules for utmpd.
Diffstat (limited to 'login')
-rw-r--r--login/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/login/Makefile b/login/Makefile
index 8ddd139245..c991fcffa1 100644
--- a/login/Makefile
+++ b/login/Makefile
@@ -30,15 +30,10 @@ routines := getutent getutent_r getutid getutline getutid_r getutline_r \
CFLAGS-grantpt.c = -DLIBEXECDIR='"$(libexecdir)"'
-others = utmpd utmpdump pt_chown
-install-sbin = utmpd
+others = utmpdump pt_chown
install-others = $(inst_libexecdir)/pt_chown
-utmpd-routines := connection database error request xtmp
-extra-objs := $(utmpd-routines:=.o)
-distribute := utmp-private.h programs/xtmp.h programs/utmpd.h README.utmpd \
- programs/utmpd-private.h $(utmpd-routines:%=programs/%.c) \
- pty-private.h
+distribute := utmp-private.h programs/xtmp.h pty-private.h
subdir-dirs = programs
vpath %.c programs