minix/sys/net/Makefile
David van Moolenbroek 37274f3cdb Import additional networking headers from NetBSD
While still a small subset of the NetBSD headers, this set should
allow various additional utilities to be compiled without too many
MINIX3-specific changes (even if those utilities will not yet work).

Change-Id: Idc70e9901d584e960cd406f75f561dcc9a4ddb7d
2016-06-18 12:20:46 +00:00

20 lines
374 B
Makefile

# $NetBSD: Makefile,v 1.32 2012/10/27 22:36:14 alnsn Exp $
INCSDIR= /usr/include/net
INCS= bpf.h bpfdesc.h bpfjit.h dlt.h ethertypes.h if.h if_arp.h \
if_dl.h if_ether.h \
if_media.h \
\
if_types.h \
pfil.h pfkeyv2.h radix.h \
route.h
.if !defined(__MINIX)
SUBDIR= agr npf
.endif # !defined(__MINIX)
.include <bsd.kinc.mk>
.PATH: ${NETBSDSRCDIR}/sys/dist/pf/net