diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-20 07:35:55 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-06-20 07:35:55 +0000 |
| commit | 7646f2abceac7c82a432c43823cec0b09814293d (patch) | |
| tree | e6a23d6cd61a0d607b0bd7ba10efe32a3ff4cc46 /include | |
| parent | dd34d1a60d07a34a0a96e576180f2523358314e1 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 703245094c3b..a0a9cdf6ae26 100644 --- a/include/Makefile +++ b/include/Makefile @@ -6,11 +6,11 @@ .include <bsd.own.mk> CLEANFILES= osreldate.h version vers.c -SUBDIR= arpa gssapi protocols rpcsvc rpc xlocale +SUBDIR= arpa protocols rpcsvc rpc xlocale 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 gssapi.h \ + fts.h ftw.h getopt.h glob.h grp.h \ ieeefp.h ifaddrs.h \ inttypes.h iso646.h kenv.h langinfo.h libgen.h limits.h link.h \ locale.h malloc.h malloc_np.h memory.h monetary.h mpool.h mqueue.h \ @@ -68,6 +68,11 @@ _dev_powermac_nvram= dev/powermac_nvram _dev_ieee488= dev/ieee488 .endif +.if ${MK_GSSAPI} != "no" +SUBDIR+= gssapi +INCS+= gssapi.h +.endif + .if ${MK_HESIOD} != "no" INCS+= hesiod.h .endif |
