Home | History | Annotate | Download | only in Clients

Lines Matching refs:dns

29 TARGETS = build/dns-sd build/dns-sd64
32 TARGETS = build/dns-sd
44 build/dns-sd: build dns-sd.c ClientCommon.c
47 build/dns-sd64: build dns-sd.c ClientCommon.c
50 # Note, we can make a 'fat' version of dns-sd using 'lipo', as shown below, but we
51 # don't, because we don't want or need a 'fat' version of dns-sd, because it will
54 # lipo -create dns-sd dns-sd64 -output dns-sd-fat