repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/protocols - sync with NetBSD-8
[minix.git]
/
sys
/
netinet6
/
Makefile
blob
352e5fe3b599ca2db410d1f1700a4001cdbcbeba
1
# $NetBSD: Makefile,v 1.8 2012/01/06 14:17:11 drochner Exp $
2
3
INCSDIR
= /
usr
/
include
/
netinet6
4
5
#__MINIX:
6
INCS
=
in6.h in6_pcb.h \
7
in6_var.h ip6_mroute.h ip6_var.h \
8
nd6.h pim6_var.h \
9
raw_ip6.h udp6.h udp6_var.h
10
INCS
+=
11
12
.
include
<
bsd.kinc.mk
>