Add the ndiscvt utility from FreeBSD-5, which is used to compile windows
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 30 Jul 2004 00:24:24 +0000 (00:24 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 30 Jul 2004 00:24:24 +0000 (00:24 +0000)
commit799e5dd91550de4a773a1dc2d20fd0945ad4cd3e
tree8d28cd5750e61ffd7139656c1b76b9656e20f385
parent633799846acb2fdfe2aa2881c27c8ca6138dda2d
Add the ndiscvt utility from FreeBSD-5, which is used to compile windows
device drivers for NDIS.
usr.sbin/Makefile
usr.sbin/ndiscvt/Makefile [new file with mode: 0644]
usr.sbin/ndiscvt/inf-parse.y [new file with mode: 0644]
usr.sbin/ndiscvt/inf-token.l [new file with mode: 0644]
usr.sbin/ndiscvt/inf.c [new file with mode: 0644]
usr.sbin/ndiscvt/inf.h [new file with mode: 0644]
usr.sbin/ndiscvt/ndiscvt.8 [new file with mode: 0644]
usr.sbin/ndiscvt/ndiscvt.c [new file with mode: 0644]