/freebsd/lib/libc/tests/ssp/ |
H A D | Makefile | 22 PROGS= h_fgets macro 23 PROGS+= h_gets 24 PROGS+= h_getcwd 25 PROGS+= h_memcpy 26 PROGS+= h_memmove 27 PROGS+= h_memset 37 PROGS+= h_raw 45 PROGS+= h_read 46 PROGS+= h_readlink 47 PROGS+= h_snprintf [all …]
|
/freebsd/tests/sys/cddl/zfs/bin/ |
H A D | Makefile | 38 PROGS+= chg_usr_exec 41 PROGS+= dir_rd_update 42 PROGS+= file_check 43 PROGS+= file_trunc 44 PROGS+= file_write 45 PROGS+= largest_file 46 PROGS+= mkfile 47 PROGS+= mktree 48 PROGS+= mmapwrite 49 PROGS+= randfree_file [all …]
|
/freebsd/share/mk/ |
H A D | bsd.progs.mk | 18 .if defined(PROGS) || defined(PROGS_CXX) 19 # we really only use PROGS below... 20 PROGS += ${PROGS_CXX} 63 all: ${PROGS} 66 META_XTRAS+= ${cat ${PROGS:S/$/*.meta_files/} 2>/dev/null || true:L:sh} 70 .if ${MK_STAGING} != "no" && !empty(PROGS) 72 .for _prog in ${PROGS} 78 .endif # ${MK_STAGING} != "no" && !empty(PROGS) 80 .endif # PROGS || PROGS_CXX 96 # Find common sources among the PROGS t [all...] |
/freebsd/tests/sys/mqueue/ |
H A D | Makefile | 9 PROGS+= mqtest1 10 PROGS+= mqtest2 11 PROGS+= mqtest3 12 PROGS+= mqtest4 13 PROGS+= mqtest5
|
/freebsd/contrib/bmake/mk/ |
H A D | progs.mk | 20 .if defined(PROGS) 25 UPDATE_DEPENDFILE_PROG = ${PROGS:[1]} 31 .for t in ${PROGS} 79 all: ${PROGS} 95 .for p in ${PROGS} 111 $t: ${PROGS:%=%.$t}
|
/freebsd/lib/libc/tests/net/ |
H A D | Makefile | 21 PROGS= h_nsd_recurse macro 22 PROGS+= h_protoent 23 PROGS+= h_servent 24 PROGS+= h_dns_server
|
/freebsd/lib/libthr/tests/ |
H A D | Makefile | 46 PROGS= h_atexit macro 47 PROGS+= h_cancel 48 PROGS+= h_exit 49 PROGS+= h_resolv
|
/freebsd/tests/sys/kern/execve/ |
H A D | Makefile | 9 PROGS+= good_aout 10 PROGS+= execve_helper 11 PROGS+= execve_argc_helper
|
/freebsd/lib/libc/tests/gen/posix_spawn/ |
H A D | Makefile | 9 PROGS= h_fileactions macro 10 PROGS+= h_spawn 11 PROGS+= h_spawnattr
|
/freebsd/tools/tools/netmap/ |
H A D | Makefile | 5 PROGS = pkt-gen nmreplay bridge lb macro 7 CLEANFILES = $(PROGS) *.o 23 all: $(PROGS)
|
/freebsd/lib/libxo/tests/ |
H A D | Makefile | 231 PROGS+= test_01 232 PROGS+= test_02 233 PROGS+= test_03 234 PROGS+= test_04 235 PROGS+= test_05 236 PROGS+= test_06 237 PROGS+= test_07 238 PROGS+= test_08 239 PROGS+= test_09 240 PROGS+= test_10 [all …]
|
/freebsd/libexec/bootpd/ |
H A D | Makefile.UNIX | 44 PROGS= bootpd bootpef bootpgw bootptest 47 all: $(PROGS) $(TESTS) 51 install: $(PROGS) 52 -for f in $(PROGS) ;\ 71 -rm -f $(PROGS) $(TESTS)
|
/freebsd/tools/test/net/ |
H A D | Makefile | 1 PROGS= listen connect macro 4 test: ${PROGS}
|
/freebsd/tools/regression/environ/ |
H A D | Makefile | 3 PROGS= envctl retention timings macro 7 .for prog in ${PROGS}
|
/freebsd/tests/sys/kern/tty/ |
H A D | Makefile | 9 PROGS+= fionread 10 PROGS+= readsz
|
/freebsd/lib/libc/tests/db/ |
H A D | Makefile | 5 PROGS= h_db macro 6 PROGS+= h_lfsr
|
/freebsd/tests/sys/cddl/zfs/tests/txg_integrity/ |
H A D | Makefile | 17 PROGS+= txg_integrity 18 PROGS+= fsync_integrity
|
/freebsd/tests/sys/kern/ |
H A D | Makefile | 73 PROGS+= coredump_phnum_helper 74 PROGS+= pdeathsig_helper 75 PROGS+= sendfile_helper
|
/freebsd/cddl/usr.sbin/dtrace/tests/ |
H A D | dtrace.test.mk | 28 PROGS= ${CFILES:T:S/.c$/.exe/g} 29 .for prog in ${PROGS}
|
/freebsd/contrib/ncurses/progs/ |
H A D | Makefile.in | 143 PROGS = $(PUT_PROGS) $(GET_PROGS) 186 all: $(AUTO_SRC) $(PROGS) 233 install.progs: $(AUTO_SRC) $(PROGS) $(DESTDIR)$(bindir) 346 -rm -f $(PROGS)
|
/freebsd/usr.bin/procstat/tests/ |
H A D | Makefile | 3 PROGS+= while1
|
/freebsd/usr.bin/getconf/tests/ |
H A D | Makefile | 3 PROGS+= arch_type
|
/freebsd/bin/cp/tests/ |
H A D | Makefile | 4 PROGS+= sparse
|
/freebsd/tools/tools/bhyve/ |
H A D | Makefile | 1 PROGS= fwctl_fetch macro
|
/freebsd/tests/sys/fs/tarfs/ |
H A D | Makefile | 6 PROGS+= mktar tarsum
|