Skeleton ARM include infrastructure.

This commit is contained in:
bjh21 2001-01-10 18:23:02 +00:00
parent e153fd2620
commit f4774e6659
2 changed files with 11 additions and 0 deletions

5
sys/arch/arm/Makefile Normal file
View File

@ -0,0 +1,5 @@
# $NetBSD: Makefile,v 1.1 2001/01/10 18:23:02 bjh21 Exp $
SUBDIR= include
.include <bsd.kinc.mk>

View File

@ -0,0 +1,6 @@
# $NetBSD: Makefile,v 1.1 2001/01/10 18:23:03 bjh21 Exp $
KDIR= /sys/arch/arm/include
INCSDIR= /usr/include/arm
.include <bsd.kinc.mk>