Lines Matching refs:msdos
7 # c:\net\pcap> make -f msdos/makefile.dj
12 VPATH = missing msdos
14 PREREQUISITES = scanner.c grammar.c tokdefs.h version.h msdos/pkt_stub.inc
16 include ./msdos/common.dj
18 DRIVER_DIR = ./msdos/pm_drvr
28 msdos/pktdrvr.c msdos/ndis2.c # missing/snprintf.c
47 TARGETS = msdos/bin2c.exe libpcap.a filtertest.exe findalldevstest.exe \
78 msdos/pkt_stub.inc: msdos/bin2c.exe msdos/pkt_rx1.S
79 $(ASM) -o $(TEMPBIN) -lmsdos/pkt_rx1.lst msdos/pkt_rx1.S
80 ./msdos/bin2c $(TEMPBIN) > $@
97 msdos/bin2c.exe: msdos/bin2c.c
101 rm -f $(OBJECTS) msdos/pkt_rx1.lst Makefile.bak .depend.dj $(PREREQUISITES)
111 msdos/pktdrvr.c: msdos/pkt_stub.inc