[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet6

File: [cvs.NetBSD.org] / src / sys / netinet6 / Makefile (download)

Revision 1.4, Sun Jun 4 11:52:10 2000 UTC (23 years, 10 months ago) by itojun
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf, netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5
Branch point for: nathanw_sa, kqueue
Changes since 1.3: +3 -3 lines

remove include files in nonstandard path
(has been #error for couple of months).

#	$NetBSD: Makefile,v 1.4 2000/06/04 11:52:10 itojun Exp $

KDIR=	/sys/netinet6
INCSDIR= /usr/include/netinet6

INCS=	ah.h esp.h in6.h in6_gif.h in6_ifattach.h in6_pcb.h \
	in6_var.h ip6_mroute.h ip6_var.h ip6protosw.h \
	ipcomp.h ipsec.h mld6_var.h nd6.h pim6.h pim6_var.h udp6.h udp6_var.h

.include <bsd.kinc.mk>