custom message type for VM_INFO
[minix3.git] / sys / net / Makefile
blob751f0734cefd6ec9384fb7f67b7292aa16f88a67
1 # $NetBSD: Makefile,v 1.32 2012/10/27 22:36:14 alnsn Exp $
3 #LSC: (MINIX) radix.h and route.h are used in libsa but not installed
5 INCSDIR= /usr/include/net
7 INCS= ethertypes.h \
8 if_ether.h \
14 .if !defined(__MINIX)
15 SUBDIR= agr npf
16 .endif # !defined(__MINIX)
18 .include <bsd.kinc.mk>
20 .if !defined(__MINIX)
21 .PATH: ${NETBSDSRCDIR}/sys/dist/pf/net
22 .endif # !defined(__MINIX)