diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2014-11-26 12:54:58 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2014-11-26 12:54:58 +0000 |
| commit | 046cc7b93efb079e02456dad8172f924009c8c48 (patch) | |
| tree | da6e0bc7012f0217763192972f036875e2b5a384 /include | |
| parent | 12de3059d049b66cc1ca95509c253dc1359b2816 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/protocols/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/protocols/Makefile b/include/protocols/Makefile index 0008c76fb8752..c39002ef95982 100644 --- a/include/protocols/Makefile +++ b/include/protocols/Makefile @@ -3,9 +3,17 @@ .include <src.opts.mk> NO_OBJ= -INCS= dumprestore.h routed.h rwhod.h timed.h +INCS= dumprestore.h timed.h INCSDIR=${INCLUDEDIR}/protocols +.if ${MK_RCMDS} != "no" +INCS+= rwhod.h +.endif + +.if ${MK_ROUTED} != "no" +INCS+= routed.h +.endif + .if ${MK_TALK} != "no" INCS+= talkd.h .endif |
