diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-28 09:37:33 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-28 09:37:33 +0000 |
| commit | ee9183faff3e9c741e4ab6c0a39850000ad9053a (patch) | |
| tree | 1ef14afd90ed20f3dc00b3dc2db34293fababe16 /include/Makefile | |
| parent | 1ece12e5f0efbc54c0ef4113f0e0e09a39001a09 (diff) | |
Notes
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 823c1493a5b5..acaedbe99427 100644 --- a/include/Makefile +++ b/include/Makefile @@ -9,7 +9,8 @@ all clean cleandir depend lint tags: # XXX MISSING: mp.h FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \ - err.h fnmatch.h fstab.h fts.h glob.h grp.h kvm.h limits.h locale.h \ + err.h fnmatch.h fstab.h fts.h glob.h grp.h kvm.h limits.h link.h \ + locale.h \ math.h memory.h mpool.h ndbm.h netdb.h nlist.h paths.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 \ |
