blob: 07d1c231f4eb5e52f9624a8d72e5667ca6f73591 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.12 2001/09/18 19:51:23 ad Exp $
# use 'make -f Makefile.tcdevs' to make tcdevs.h and tcdevs_data.h
INCSDIR= /usr/include/dev/tc
# Only install includes which are used by userland
INCS= sfbreg.h sticio.h sticreg.h
.include <bsd.kinc.mk>
|