From 66f27e5c7ddd149b7068ab356cf20d8cc0a58af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Schmidt?= Date: Sat, 4 Jan 1997 20:40:34 +0000 Subject: [PATCH] Add the forgotten login_cap.h --- include/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/Makefile b/include/Makefile index a43eb31ee0a4..0dd244e043f9 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.46 1996/12/30 04:52:54 jkh Exp $ +# $Id: Makefile,v 1.47 1996/12/30 07:38:51 jkh Exp $ # # Doing a make install builds /usr/include # @@ -12,8 +12,8 @@ CLEANFILES= osreldate.h version vers.c SUBDIR= rpcsvc FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \ err.h f2c.h fnmatch.h fstab.h fts.h glob.h grp.h strhash.h histedit.h \ - kvm.h limits.h link.h locale.h malloc.h memory.h mpool.h ndbm.h \ - netdb.h nl_types.h nlist.h paths.h pthread.h pthread_np.h pwd.h \ + kvm.h limits.h link.h locale.h login_cap.h malloc.h memory.h mpool.h \ + ndbm.h netdb.h nl_types.h nlist.h paths.h pthread.h pthread_np.h pwd.h \ ranlib.h regex.h regexp.h resolv.h rune.h runetype.h setjmp.h sgtty.h \ signal.h stab.h stddef.h stdio.h stdlib.h string.h strings.h \ struct.h sysexits.h tar.h time.h timers.h ttyent.h unistd.h utime.h \