aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2002-11-18 07:34:56 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2002-11-18 07:34:56 +0000
commitc544e42bcffe916c878828e53f09f7fff6c7f512 (patch)
tree8a06dcfcb3c91280bcd689ced5fabbfb22c1b112 /include
parentacbfae74e3e09417617d480de1fa47fa20e70198 (diff)
downloadsrc-c544e42bcffe916c878828e53f09f7fff6c7f512.tar.gz
src-c544e42bcffe916c878828e53f09f7fff6c7f512.zip
libc header files are normally in src/include. Therefore, uuid.h has
been repo-copied from src/lib/libc/uuid to src/include. Update the makefiles. While in src/include/Makefile, reformat and resort INCS. Reverting the functional change only involves removing uuid.h. Pompted by: ru
Notes
Notes: svn path=/head/; revision=107046
Diffstat (limited to 'include')
-rw-r--r--include/Makefile24
1 files changed, 10 insertions, 14 deletions
diff --git a/include/Makefile b/include/Makefile
index 69c95ba6cb1e..732fb1ffc86c 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -9,20 +9,16 @@
CLEANFILES= osreldate.h version vers.c
SUBDIR= arpa protocols rpcsvc rpc
INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.h \
- dirent.h \
- dlfcn.h elf.h elf-hints.h err.h fnmatch.h fmtmsg.h fstab.h \
- fts.h getopt.h glob.h grp.h \
- hesiod.h histedit.h ieeefp.h ifaddrs.h inttypes.h iso646.h kenv.h \
- langinfo.h \
- libgen.h limits.h link.h locale.h malloc.h memory.h monetary.h mpool.h \
- ndbm.h netconfig.h netdb.h nl_types.h nlist.h nsswitch.h objformat.h \
- paths.h pthread.h pthread_np.h pwd.h \
- ranlib.h readpassphrase.h regex.h regexp.h resolv.h rune.h runetype.h \
- search.h setjmp.h sgtty.h \
- signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h strhash.h \
- string.h stringlist.h strings.h sysexits.h tar.h time.h timeconv.h \
- timers.h ttyent.h ulimit.h unistd.h utime.h utmp.h vis.h wchar.h \
- wctype.h
+ dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
+ fts.h getopt.h glob.h grp.h hesiod.h histedit.h ieeefp.h ifaddrs.h \
+ inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \
+ locale.h malloc.h memory.h monetary.h mpool.h ndbm.h netconfig.h \
+ netdb.h nl_types.h nlist.h nsswitch.h objformat.h paths.h pthread.h \
+ pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h regexp.h \
+ resolv.h rune.h runetype.h search.h setjmp.h sgtty.h signal.h stab.h \
+ stdbool.h stddef.h stdio.h stdlib.h strhash.h string.h stringlist.h \
+ strings.h sysexits.h tar.h time.h timeconv.h timers.h ttyent.h \
+ ulimit.h unistd.h utime.h utmp.h uuid.h vis.h wchar.h wctype.h
MHDRS= float.h floatingpoint.h stdarg.h varargs.h