Searched refs:PROGS (Results 1 - 25 of 95) sorted by relevance

1234

/freebsd-11-stable/tools/test/net/
H A DMakefile3 PROGS= listen connect macro
7 test: ${PROGS}
/freebsd-11-stable/tests/sys/mqueue/
H A DMakefile11 PROGS+= mqtest1
12 PROGS+= mqtest2
13 PROGS+= mqtest3
14 PROGS+= mqtest4
15 PROGS+= mqtest5
/freebsd-11-stable/lib/libc/tests/ssp/
H A DMakefile22 PROGS= h_fgets macro
23 PROGS+= h_gets
24 PROGS+= h_getcwd
25 PROGS+= h_memcpy
26 PROGS+= h_memmove
27 PROGS+= h_memset
45 PROGS+= h_raw
48 PROGS+= h_read
49 PROGS+= h_readlink
50 PROGS
[all...]
/freebsd-11-stable/usr.bin/procstat/tests/
H A DMakefile5 PROGS+= while1
/freebsd-11-stable/usr.bin/getconf/tests/
H A DMakefile5 PROGS+= arch_type
/freebsd-11-stable/tools/regression/environ/
H A DMakefile4 PROGS= envctl retention timings macro
8 .for prog in ${PROGS}
/freebsd-11-stable/lib/libc/tests/db/
H A DMakefile7 PROGS= h_db macro
8 PROGS+= h_lfsr
/freebsd-11-stable/lib/libc/tests/gen/posix_spawn/
H A DMakefile11 PROGS= h_fileactions macro
12 PROGS+= h_spawn
13 PROGS+= h_spawnattr
/freebsd-11-stable/lib/libc/tests/net/
H A DMakefile23 PROGS= h_nsd_recurse macro
24 PROGS+= h_protoent
25 PROGS+= h_servent
26 PROGS+= h_dns_server
/freebsd-11-stable/tests/sys/netinet/
H A DMakefile8 PROGS= udp_dontroute tcp_user_cookie macro
/freebsd-11-stable/tests/sys/kern/execve/
H A DMakefile11 PROGS+= good_aout
12 PROGS+= execve_helper
/freebsd-11-stable/contrib/blacklist/test/
H A DMakefile5 PROGS=srvtest cltest macro
/freebsd-11-stable/tests/sys/file/
H A DMakefile14 PROGS+= flock_helper
/freebsd-11-stable/tests/sys/kqueue/libkqueue/
H A DMakefile9 PROGS= kqtest macro
/freebsd-11-stable/lib/libthr/tests/
H A DMakefile42 PROGS= h_atexit macro
43 PROGS+= h_cancel
44 PROGS+= h_exit
45 PROGS+= h_resolv
/freebsd-11-stable/lib/libproc/tests/
H A DMakefile5 PROGS= target_prog macro
/freebsd-11-stable/tools/tools/crypto/
H A DMakefile29 PROGS= cryptocheck cryptotest cryptokeytest cryptostats \ macro
/freebsd-11-stable/tests/sys/net/
H A DMakefile18 PROGS+= randsleep
/freebsd-11-stable/share/mk/
H A Dbsd.progs.mk19 .if defined(PROGS) || defined(PROGS_CXX)
20 # we really only use PROGS below...
21 PROGS += ${PROGS_CXX}
64 all: ${PROGS}
67 META_XTRAS+= ${cat ${PROGS:S/$/*.meta_files/} 2>/dev/null || true:L:sh}
69 .if ${MK_STAGING} != "no" && !empty(PROGS)
71 .for _prog in ${PROGS}
77 .endif # ${MK_STAGING} != "no" && !empty(PROGS)
79 .endif # PROGS || PROGS_CXX
95 # Find common sources among the PROGS t
[all...]
/freebsd-11-stable/usr.bin/bsdcat/tests/
H A DMakefile11 PROGS+= bsdcat_test
/freebsd-11-stable/tools/tools/netmap/
H A DMakefile6 PROGS = pkt-gen bridge vale-ctl lb macro
8 CLEANFILES = $(PROGS) *.o
23 all: $(PROGS)
/freebsd-11-stable/contrib/bmake/mk/
H A Dprogs.mk18 .if defined(PROGS)
23 UPDATE_DEPENDFILE_PROG = ${PROGS:[1]}
29 .for t in ${PROGS}
67 all: ${PROGS}
83 .for p in ${PROGS}
99 $t: ${PROGS:%=%.$t}
/freebsd-11-stable/contrib/blacklist/bin/
H A DMakefile5 PROGS=blacklistd blacklistctl macro
/freebsd-11-stable/usr.sbin/pw/tests/
H A DMakefile7 PROGS+= crypt
/freebsd-11-stable/usr.bin/cpio/tests/
H A DMakefile11 PROGS+= bsdcpio_test

Completed in 143 milliseconds

1234