blob: 379efe5793d9e3b8ddeb792532aafb6ff2d4bd79 (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: Makefile,v 1.5 2021/10/29 19:10:14 macallan Exp $
INCSDIR= /usr/include/dev/sbus
# Only install includes which are used by userland
INCS= mbppio.h mgxreg.h
.include <bsd.kinc.mk>
|