mirror of
https://github.com/opnsense/src.git
synced 2026-03-25 12:13:09 -04:00
21 lines
271 B
Makefile
21 lines
271 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
NO_OBJ=
|
|
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
|
|
|
|
.include <bsd.prog.mk>
|