12 lines
322 B
Makefile
12 lines
322 B
Makefile
# $NetBSD: Makefile,v 1.7 2000/12/17 13:52:03 ad 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 \
|
|
sticreg.h sticvar.h tcdevs.h tcdevs_data.h tcdsreg.h tcdsvar.h \
|
|
tcreg.h tcvar.h
|
|
|
|
.include <bsd.kinc.mk>
|