xref: /minix/sys/net/Makefile (revision 84d9c625)
1#	$NetBSD: Makefile,v 1.32 2012/10/27 22:36:14 alnsn Exp $
2
3#LSC: (MINIX) radix.h and route.h are used in libsa but not installed
4
5INCSDIR= /usr/include/net
6
7INCS=	ethertypes.h \
8	if_ether.h \
9	\
10	\
11	\
12
13
14.if !defined(__MINIX)
15SUBDIR=	agr npf
16.endif # !defined(__MINIX)
17
18.include <bsd.kinc.mk>
19
20.if !defined(__MINIX)
21.PATH: ${NETBSDSRCDIR}/sys/dist/pf/net
22.endif # !defined(__MINIX)
23