From 2dfde2bc39c4475fee499d1c2b31a5259e6211cf Mon Sep 17 00:00:00 2001 From: pk Date: Sun, 17 Oct 1993 00:51:30 +0000 Subject: Moved here from usr.bin/ld as it is needed by other modules and utilities (eg. crt0, libc, nm). --- include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/Makefile') diff --git a/include/Makefile b/include/Makefile index f8407106f5c..3d94b9567a3 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 -# $Id: Makefile,v 1.26 1993/10/09 23:28:14 cgd Exp $ +# $Id: Makefile,v 1.27 1993/10/17 00:51:30 pk Exp $ # Doing a make install builds /usr/include # @@ -13,7 +13,7 @@ FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \ math.h memory.h mpool.h ndbm.h netdb.h nlist.h paths.h pwd.h ranlib.h \ regexp.h resolv.h setjmp.h sgtty.h stab.h stdarg.h stddef.h stdio.h \ stdlib.h string.h strings.h struct.h sysexits.h time.h ttyent.h \ - tzfile.h unistd.h utime.h utmp.h varargs.h vis.h malloc.h + tzfile.h unistd.h utime.h utmp.h varargs.h vis.h malloc.h link.h MFILES= float.h frame.h LFILES= errno.h fcntl.h signal.h syslog.h termios.h -- cgit