Remove building with NOCRYPTO option
[minix3.git] / sys / net / Makefile
blobb2d92bbf99397ab46415f8a1bb6ab2ff742426aa
1 # $NetBSD: Makefile,v 1.32 2012/10/27 22:36:14 alnsn Exp $
3 INCSDIR= /usr/include/net
5 INCS= bpf.h bpfdesc.h bpfjit.h dlt.h ethertypes.h if.h if_arp.h \
6 if_dl.h if_ether.h \
7 if_ieee1394.h if_media.h \
8 if_pflog.h \
9 if_types.h \
10 pfil.h pfkeyv2.h pfvar.h radix.h \
11 route.h
13 .if !defined(__MINIX)
14 SUBDIR= agr npf
15 .endif # !defined(__MINIX)
17 .include <bsd.kinc.mk>
19 .PATH: ${NETBSDSRCDIR}/sys/dist/pf/net