blob: 52642fb5fe06554ad85ddcd79b4d3cbf0ba38071 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.5 1999/09/24 01:01:23 nisimura Exp $
# use 'make -f Makefile.tcdevs' to make tcdevs.h and tcdevs_data.h
INCSDIR= /usr/include/dev/tc
INCS= ascvar.h if_levar.h ioasicreg.h ioasicvar.h sfbreg.h \
tcdevs.h tcdevs_data.h tcreg.h tcvar.h
.include <bsd.kinc.mk>
|