11 lines
291 B
Makefile
11 lines
291 B
Makefile
# $NetBSD: Makefile,v 1.3 1998/06/16 18:36:04 cgd 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 sticreg.h sticvar.h \
|
|
tcdevs.h tcdevs_data.h tcreg.h tcvar.h
|
|
|
|
.include <bsd.kinc.mk>
|