summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2004-07-15 03:43:18 +0000
committerdavidxu <davidxu@FreeBSD.org>2004-07-15 03:43:18 +0000
commitaa10381f8a72d8b38ae2e8b0a7a291a2c7956c7d (patch)
treee0e15fdfc3da08481d26461b86968936ad0a5964 /include/Makefile
parentf64cd4bec9b12cafda2f341065400c877cd8c4f5 (diff)
downloadFreeBSD-src-aa10381f8a72d8b38ae2e8b0a7a291a2c7956c7d.zip
FreeBSD-src-aa10381f8a72d8b38ae2e8b0a7a291a2c7956c7d.tar.gz
Add proc_service.h, the common file both debugger and libthread_db will
use, program wants to load libthread_db.so should provid proc service interface.
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 28b5294..4e0470e 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -12,7 +12,7 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h ctype.h db.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 nss.h nsswitch.h objformat.h paths.h \
- pthread.h \
+ proc_service.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 string.h stringlist.h \
OpenPOWER on IntegriCloud