diff options
| author | pk <pk@NetBSD.org> | 1993-10-17 00:51:30 +0000 |
|---|---|---|
| committer | pk <pk@NetBSD.org> | 1993-10-17 00:51:30 +0000 |
| commit | 2dfde2bc39c4475fee499d1c2b31a5259e6211cf (patch) | |
| tree | de6dad24b87f299b0c0e4f4dd9dff22487682243 /include/Makefile | |
| parent | 37395ea2bb5fa4d7f98278b5bd1f644e3b87f5ac (diff) | |
Moved <link.h> here from usr.bin/ld as it is needed by other modules
and utilities (eg. crt0, libc, nm).
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
