f6aac1c3b5
Moving include/sys NetBSD headers to /sys/sys Moving include/arch/*/ NetBSD headers to /sys/arch/*/include Change-Id: Ia1a45d4e83ab806c84093ec2b61bdbea9bed65a0
18 lines
279 B
Makefile
18 lines
279 B
Makefile
# $NetBSD: Makefile,v 1.31 2012/09/27 18:28:56 alnsn Exp $
|
|
|
|
#LSC: radix.h and route.h are used in libsa but not installed
|
|
|
|
INCSDIR= /usr/include/net
|
|
|
|
INCS= ethertypes.h \
|
|
if_ether.h \
|
|
\
|
|
\
|
|
\
|
|
|
|
|
|
#SUBDIR= agr npf
|
|
|
|
.include <bsd.kinc.mk>
|
|
|
|
#.PATH: ${NETBSDSRCDIR}/sys/dist/pf/net
|