aboutsummaryrefslogblamecommitdiff
path: root/sys/modules/if_enc/Makefile
blob: 0431e9b84cd8e17b67b9793e58748f1f98da2c1e (plain) (tree)
1
2
3
4
5
6
7
8
9

           
                     




                                      
                                                   

                      
# $FreeBSD$

SYSDIR?=${SRCTOP}/sys
.include "${SYSDIR}/conf/kern.opts.mk"

.PATH: ${SYSDIR}/net

KMOD=	if_enc
SRCS=	if_enc.c opt_inet.h opt_inet6.h opt_ipsec.h

.include <bsd.kmod.mk>