Deleted Added
full compact
Makefile (62321) Makefile (62606)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 62321 2000-07-01 06:55:11Z alfred $
2# $FreeBSD: head/include/Makefile 62606 2000-07-05 02:13:17Z itojun $
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
11FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
12 dlfcn.h elf.h err.h fnmatch.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= rpcsvc
11FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \
12 dlfcn.h elf.h err.h fnmatch.h fstab.h \
13 fts.h glob.h grp.h strhash.h histedit.h ieeefp.h iso646.h \
13 fts.h glob.h grp.h strhash.h histedit.h ieeefp.h ifaddrs.h iso646.h \
14 limits.h link.h locale.h malloc.h memory.h mpool.h \
15 ndbm.h netdb.h nl_types.h nlist.h objformat.h \
16 paths.h pthread.h pthread_np.h pwd.h \
17 ranlib.h regex.h regexp.h resolv.h rune.h runetype.h \
18 search.h setjmp.h sgtty.h \
19 signal.h stab.h stddef.h stdio.h stdlib.h string.h stringlist.h \
20 strings.h struct.h sysexits.h tar.h time.h timers.h \
21 ttyent.h unistd.h utime.h utmp.h vis.h

--- 119 unchanged lines hidden ---
14 limits.h link.h locale.h malloc.h memory.h mpool.h \
15 ndbm.h netdb.h nl_types.h nlist.h objformat.h \
16 paths.h pthread.h pthread_np.h pwd.h \
17 ranlib.h regex.h regexp.h resolv.h rune.h runetype.h \
18 search.h setjmp.h sgtty.h \
19 signal.h stab.h stddef.h stdio.h stdlib.h string.h stringlist.h \
20 strings.h struct.h sysexits.h tar.h time.h timers.h \
21 ttyent.h unistd.h utime.h utmp.h vis.h

--- 119 unchanged lines hidden ---