]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/Makefile
Wed May 22 01:48:54 1996 Ulrich Drepper <drepper@cygnus.com>
[thirdparty/glibc.git] / misc / Makefile
index db08014d7871bf0fdd73c9b5cca5a58e37513ac7..b36e46f09a3962164ac964aa84e979ba902e3def 100644 (file)
@@ -25,8 +25,8 @@ subdir        := misc
 headers        := sys/uio.h iovec.h sys/ioctl.h sys/ptrace.h ioctls.h sys/file.h\
           a.out.h nlist.h stab.h stab.def sgtty.h sys/dir.h sys/cdefs.h \
           ttyent.h syscall.h syslog.h sys/syslog.h paths.h sys/reboot.h \
-          sys/mman.h sys/param.h fstab.h mntent.h search.h utmp.h       \
-          err.h error.h sys/queue.h sysexits.h
+          sys/mman.h sys/param.h fstab.h mntent.h search.h err.h error.h\
+          sys/queue.h sysexits.h
 
 routines := brk sbrk sstk ioctl \
            readv writev \
@@ -60,10 +60,6 @@ install-lib := libbsd-compat.a libg.a
 non-lib.a := libbsd-compat.a
 gpl2lgpl := error.c error.h
 
-# Build the -lutil library with these extra functions.
-extra-libs     := libutil
-libutil-routines:= login login_tty logout logwtmp pty
-
 
 include ../Rules