diff options
| author | ad <ad@NetBSD.org> | 1999-04-13 19:06:53 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 1999-04-13 19:06:53 +0000 |
| commit | ce7a13c654ee73a807e2fc04abd0c6da02027e1d (patch) | |
| tree | 047c88d811bbf835eb3fa2aa70fb58507e863cbf /sys | |
| parent | 33df6428002feb2a1fa64e8033b4bf964007b6e7 (diff) | |
Remove px driver pending write of fully-functional MI driver.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/tc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tc/Makefile b/sys/dev/tc/Makefile index e58037e67b2..3ddea712df3 100644 --- a/sys/dev/tc/Makefile +++ b/sys/dev/tc/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 1998/06/16 18:36:04 cgd Exp $ +# $NetBSD: Makefile,v 1.4 1999/04/13 19:06:54 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 sticreg.h sticvar.h \ +INCS= ascvar.h if_levar.h ioasicreg.h ioasicvar.h \ tcdevs.h tcdevs_data.h tcreg.h tcvar.h .include <bsd.kinc.mk> |
