Deleted Added
full compact
Makefile (93730) Makefile (94936)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 93730 2002-04-03 17:29:20Z ru $
2# $FreeBSD: head/include/Makefile 94936 2002-04-17 13:06:36Z mux $
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= rpcsvc rpc
11HDRS= a.out.h ar.h assert.h bitstring.h complex.h ctype.h db.h \
12 dirent.h \
13 dlfcn.h elf.h elf-hints.h err.h fnmatch.h fstab.h \
14 fts.h glob.h grp.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= rpcsvc rpc
11HDRS= a.out.h ar.h assert.h bitstring.h complex.h ctype.h db.h \
12 dirent.h \
13 dlfcn.h elf.h elf-hints.h err.h fnmatch.h fstab.h \
14 fts.h glob.h grp.h \
15 hesiod.h histedit.h ieeefp.h ifaddrs.h inttypes.h iso646.h langinfo.h \
15 hesiod.h histedit.h ieeefp.h ifaddrs.h inttypes.h iso646.h kenv.h \
16 langinfo.h \
16 libgen.h limits.h link.h locale.h malloc.h memory.h monetary.h mpool.h \
17 ndbm.h netconfig.h netdb.h nl_types.h nlist.h nsswitch.h objformat.h \
18 paths.h pthread.h pthread_np.h pwd.h \
19 ranlib.h readpassphrase.h regex.h regexp.h resolv.h rune.h runetype.h \
20 search.h setjmp.h sgtty.h \
21 signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h strhash.h \
22 string.h stringlist.h strings.h sysexits.h tar.h time.h timers.h \
23 ttyent.h unistd.h utime.h utmp.h vis.h wchar.h wctype.h

--- 113 unchanged lines hidden ---
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 \
23 string.h stringlist.h strings.h sysexits.h tar.h time.h timers.h \
24 ttyent.h unistd.h utime.h utmp.h vis.h wchar.h wctype.h

--- 113 unchanged lines hidden ---