aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-08-06 16:53:55 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-08-06 16:53:55 +0000
commit3d86554c200f9b77f945e231b725ec8f902dba25 (patch)
treefa34f9b44f1829407f52de3d636b3504b99bc02b /include/Makefile
parent0c8eca7560e0862fca3303501ca7668e33d8e4f2 (diff)
downloadsrc-3d86554c200f9b77f945e231b725ec8f902dba25.tar.gz
src-3d86554c200f9b77f945e231b725ec8f902dba25.zip
Notes
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index d336eaad0ed3..59856c1e765b 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -9,7 +9,7 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \
db.h \
dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
fts.h ftw.h getopt.h glob.h grp.h \
- hesiod.h histedit.h ieeefp.h ifaddrs.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 nss.h nsswitch.h objformat.h paths.h \
@@ -55,6 +55,10 @@ LSUBDIRS= cam/scsi \
_dev_ieee488= dev/ieee488
.endif
+.if defined(YES_HESIOD)
+INCS+= hesiod.h
+.endif
+
.if !defined(NO_BLUETOOTH)
LSUBSUBDIRS= netgraph/bluetooth/include
.endif