
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
13 lines
245 B
Makefile
13 lines
245 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/01/06 14:17:11 drochner Exp $
|
|
|
|
INCSDIR= /usr/include/netinet6
|
|
|
|
#__MINIX:
|
|
INCS= in6.h in6_pcb.h \
|
|
in6_var.h ip6_mroute.h ip6_var.h \
|
|
nd6.h pim6_var.h \
|
|
raw_ip6.h udp6.h udp6_var.h
|
|
INCS+=
|
|
|
|
.include <bsd.kinc.mk>
|