summaryrefslogtreecommitdiff
path: root/msdos/makefile
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2023-02-07 22:12:16 +0000
committerDenis Ovsienko <denis@ovsienko.info>2023-02-07 22:15:33 +0000
commita1ea5b50da02b35850cb598462d0d8894c512011 (patch)
tree084cb1326434c1c6ba3edd8ff542df1b2d3ce03d /msdos/makefile
parent8cb3bac24a278e729fe578ec052e9c02ef46dd4c (diff)
downloadlibpcap-a1ea5b50da02b35850cb598462d0d8894c512011.tar.gz
Remove missing/snprintf.c from makefiles. [skip ci]
The file does not exist since commit 28e59ef in 2019.
Diffstat (limited to 'msdos/makefile')
-rw-r--r--msdos/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/msdos/makefile b/msdos/makefile
index 84819aae..7b85a0ab 100644
--- a/msdos/makefile
+++ b/msdos/makefile
@@ -23,8 +23,7 @@ ASM = tasm.exe -t -l -mx -m2 -DDEBUG
SOURCE = grammar.c scanner.c bpf_filt.c bpf_imag.c bpf_dump.c \
etherent.c gencode.c nametoad.c pcap-dos.c optimize.c \
- savefile.c pcap.c msdos\ndis2.c msdos\pktdrvr.c \
- missing\snprintf.c
+ savefile.c pcap.c msdos\ndis2.c msdos\pktdrvr.c
BORLAND_OBJ = $(SOURCE:.c=.obj) msdos\pkt_rx0.obj msdos\ndis_0.obj