Deleted Added
full compact
Makefile (103589) Makefile (104128)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 103589 2002-09-19 03:28:52Z peter $
2# $FreeBSD: head/include/Makefile 104128 2002-09-29 04:14:37Z eric $
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 \
13 dlfcn.h elf.h elf-hints.h err.h fnmatch.h fmtmsg.h fstab.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 \
13 dlfcn.h elf.h elf-hints.h err.h fnmatch.h fmtmsg.h fstab.h \
14 fts.h glob.h grp.h \
14 fts.h getopt.h glob.h grp.h \
15 hesiod.h histedit.h ieeefp.h ifaddrs.h inttypes.h iso646.h kenv.h \
16 langinfo.h \
17 libgen.h limits.h link.h locale.h malloc.h memory.h monetary.h mpool.h \
18 ndbm.h netconfig.h netdb.h nl_types.h nlist.h nsswitch.h objformat.h \
19 paths.h pthread.h pthread_np.h pwd.h \
20 ranlib.h readpassphrase.h regex.h regexp.h resolv.h rune.h runetype.h \
21 search.h setjmp.h sgtty.h \
22 signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h strhash.h \

--- 101 unchanged lines hidden ---
15 hesiod.h histedit.h ieeefp.h ifaddrs.h inttypes.h iso646.h kenv.h \
16 langinfo.h \
17 libgen.h limits.h link.h locale.h malloc.h memory.h monetary.h mpool.h \
18 ndbm.h netconfig.h netdb.h nl_types.h nlist.h nsswitch.h objformat.h \
19 paths.h pthread.h pthread_np.h pwd.h \
20 ranlib.h readpassphrase.h regex.h regexp.h resolv.h rune.h runetype.h \
21 search.h setjmp.h sgtty.h \
22 signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h strhash.h \

--- 101 unchanged lines hidden ---