xref: /minix/sys/net/Makefile (revision 7f5f010b)
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	radix.h \
10	route.h \
11	\
12	\
13	\
14
15
16.if !defined(__MINIX)
17SUBDIR=	agr npf
18.endif # !defined(__MINIX)
19
20.include <bsd.kinc.mk>
21
22.if !defined(__MINIX)
23.PATH: ${NETBSDSRCDIR}/sys/dist/pf/net
24.endif # !defined(__MINIX)
25