diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-18 18:36:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-18 18:36:54 +0000 |
commit | d9317f3d9285a88347386e7a4505dad7329c1cee (patch) | |
tree | 9f8d1f20c6b2c7756c02e61ac65ddf784e975100 /login/Makefile | |
parent | d1891b39774c49eea57c489318a11fe9a55c3e6c (diff) | |
download | glibc-d9317f3d9285a88347386e7a4505dad7329c1cee.tar glibc-d9317f3d9285a88347386e7a4505dad7329c1cee.tar.gz glibc-d9317f3d9285a88347386e7a4505dad7329c1cee.tar.bz2 glibc-d9317f3d9285a88347386e7a4505dad7329c1cee.zip |
Remove rules for utmpd.
Diffstat (limited to 'login/Makefile')
-rw-r--r-- | login/Makefile | 9 |
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 |