Deleted Added
full compact
Makefile (145539) Makefile (146261)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 145539 2005-04-26 02:01:39Z scottl $
2# $FreeBSD: head/include/Makefile 146261 2005-05-16 09:32:41Z ru $
3#
4# Doing a "make install" builds /usr/include.
5
6CLEANFILES= osreldate.h version vers.c
7SUBDIR= arpa protocols rpcsvc rpc
8INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \
9 db.h \
10 dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
11 fts.h ftw.h getopt.h glob.h grp.h \
12 hesiod.h histedit.h ieeefp.h ifaddrs.h \
13 inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \
14 locale.h malloc.h memory.h monetary.h mpool.h ndbm.h netconfig.h \
15 netdb.h nl_types.h nlist.h nss.h nsswitch.h objformat.h paths.h \
16 proc_service.h pthread.h \
17 pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h regexp.h \
3#
4# Doing a "make install" builds /usr/include.
5
6CLEANFILES= osreldate.h version vers.c
7SUBDIR= arpa protocols rpcsvc rpc
8INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \
9 db.h \
10 dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
11 fts.h ftw.h getopt.h glob.h grp.h \
12 hesiod.h histedit.h ieeefp.h ifaddrs.h \
13 inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \
14 locale.h malloc.h memory.h monetary.h mpool.h ndbm.h netconfig.h \
15 netdb.h nl_types.h nlist.h nss.h nsswitch.h objformat.h paths.h \
16 proc_service.h pthread.h \
17 pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h regexp.h \
18 resolv.h runefile.h runetype.h search.h setjmp.h sgtty.h \
18 resolv.h runetype.h search.h setjmp.h sgtty.h \
19 signal.h stab.h \
20 stdbool.h stddef.h stdio.h stdlib.h string.h stringlist.h \
21 strings.h sysexits.h tar.h tgmath.h \
22 time.h timeconv.h timers.h ttyent.h \
23 ulimit.h unistd.h utime.h utmp.h uuid.h varargs.h vis.h wchar.h \
24 wctype.h wordexp.h
25
26MHDRS= float.h floatingpoint.h stdarg.h

--- 241 unchanged lines hidden ---
19 signal.h stab.h \
20 stdbool.h stddef.h stdio.h stdlib.h string.h stringlist.h \
21 strings.h sysexits.h tar.h tgmath.h \
22 time.h timeconv.h timers.h ttyent.h \
23 ulimit.h unistd.h utime.h utmp.h uuid.h varargs.h vis.h wchar.h \
24 wctype.h wordexp.h
25
26MHDRS= float.h floatingpoint.h stdarg.h

--- 241 unchanged lines hidden ---