Deleted Added
full compact
Makefile (152994) Makefile (153486)
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
1# @(#)Makefile 8.2 (Berkeley) 1/4/94
2# $FreeBSD: head/include/Makefile 152994 2005-12-01 21:46:01Z ru $
2# $FreeBSD: head/include/Makefile 153486 2005-12-16 18:56:39Z phk $
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 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 mqueue.h \
15 ndbm.h netconfig.h \
16 netdb.h nl_types.h nlist.h nss.h nsswitch.h objformat.h paths.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 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 mqueue.h \
15 ndbm.h netconfig.h \
16 netdb.h nl_types.h nlist.h nss.h nsswitch.h objformat.h paths.h \
17 proc_service.h pthread.h \
17 printf.h proc_service.h pthread.h \
18 pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h regexp.h \
19 resolv.h runetype.h search.h setjmp.h sgtty.h \
20 signal.h stab.h \
21 stdbool.h stddef.h stdio.h stdlib.h string.h stringlist.h \
22 strings.h sysexits.h tar.h tgmath.h \
23 time.h timeconv.h timers.h ttyent.h \
24 ulimit.h unistd.h utime.h utmp.h uuid.h varargs.h vis.h wchar.h \
25 wctype.h wordexp.h

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

--- 246 unchanged lines hidden ---