Deleted Added
full compact
Makefile (111924) Makefile (113595)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 111924 2003-03-05 19:21:02Z peter $
2# $FreeBSD: head/include/Makefile 113595 2003-04-17 14:14:22Z nectar $
3#
4# Doing a make install builds /usr/include
5#
6# The ``rm -rf''s used below are safe because rm doesn't follow symbolic
7# links.
8
9CLEANFILES= osreldate.h version vers.c
10SUBDIR= arpa protocols rpcsvc rpc
11INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.h \
12 dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
13 fts.h getopt.h glob.h grp.h hesiod.h histedit.h ieeefp.h ifaddrs.h \
14 inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \
15 locale.h malloc.h memory.h monetary.h mpool.h ndbm.h netconfig.h \
3#
4# Doing a make install builds /usr/include
5#
6# The ``rm -rf''s used below are safe because rm doesn't follow symbolic
7# links.
8
9CLEANFILES= osreldate.h version vers.c
10SUBDIR= arpa protocols rpcsvc rpc
11INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.h \
12 dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
13 fts.h getopt.h glob.h grp.h hesiod.h histedit.h ieeefp.h ifaddrs.h \
14 inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \
15 locale.h malloc.h memory.h monetary.h mpool.h ndbm.h netconfig.h \
16 netdb.h nl_types.h nlist.h nsswitch.h objformat.h paths.h pthread.h \
16 netdb.h nl_types.h nlist.h nss.h nsswitch.h objformat.h paths.h \
17 pthread.h \
17 pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h regexp.h \
18 resolv.h rune.h runetype.h search.h setjmp.h sgtty.h signal.h stab.h \
19 stdbool.h stddef.h stdio.h stdlib.h strhash.h string.h stringlist.h \
20 strings.h sysexits.h tar.h time.h timeconv.h timers.h ttyent.h \
21 ulimit.h unistd.h utime.h utmp.h uuid.h vis.h wchar.h wctype.h \
22 wordexp.h
23
24MHDRS= float.h floatingpoint.h stdarg.h varargs.h

--- 102 unchanged lines hidden ---
18 pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h regexp.h \
19 resolv.h rune.h runetype.h search.h setjmp.h sgtty.h signal.h stab.h \
20 stdbool.h stddef.h stdio.h stdlib.h strhash.h string.h stringlist.h \
21 strings.h sysexits.h tar.h time.h timeconv.h timers.h ttyent.h \
22 ulimit.h unistd.h utime.h utmp.h uuid.h vis.h wchar.h wctype.h \
23 wordexp.h
24
25MHDRS= float.h floatingpoint.h stdarg.h varargs.h

--- 102 unchanged lines hidden ---