Searched refs:PROG (Results 201 - 225 of 1759) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/usr.bin/mktemp/
H A DMakefile3 PROG= mktemp macro
/netbsd-6-1-5-RELEASE/usr.bin/netgroup/
H A DMakefile5 PROG= netgroup macro
/netbsd-6-1-5-RELEASE/sys/arch/alpha/stand/boot/
H A DMakefile3 PROG = boot macro
19 CLEANFILES+= ${PROG}.sym
21 ${PROG}: ${PROG}.sym
22 @echo creating ${PROG} from ${PROG}.sym...
23 @${OBJCOPY} --output-target=binary ${PROG}.sym ${PROG}
24 @chmod 644 ${PROG}
25 @ls -l ${PROG}
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/alpha/stand/mkbootimage/
H A DMakefile3 PROG= mkbootimage macro
/netbsd-6-1-5-RELEASE/sys/arch/alpha/stand/setnetbootinfo/
H A DMakefile3 PROG= setnetbootinfo macro
/netbsd-6-1-5-RELEASE/sys/arch/alpha/stand/ustarboot/
H A DMakefile3 PROG = ustarboot macro
17 CLEANFILES+= ${PROG}.sym
19 ${PROG}: ${PROG}.sym
20 @echo creating ${PROG} from ${PROG}.sym...
21 @${OBJCOPY} --output-target=binary ${PROG}.sym ${PROG}
22 @chmod 644 ${PROG}
23 @ls -l ${PROG}
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/wlanctl/
H A DMakefile3 PROG= wlanctl macro
/netbsd-6-1-5-RELEASE/usr.sbin/wsconscfg/
H A DMakefile3 PROG= wsconscfg macro
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/makedbm/
H A DMakefile3 PROG= makedbm macro
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/mkalias/
H A DMakefile3 PROG= mkalias macro
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/stdethers/
H A DMakefile3 PROG= stdethers macro
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/stdhosts/
H A DMakefile3 PROG= stdhosts macro
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/yptest/
H A DMakefile3 PROG= yptest macro
/netbsd-6-1-5-RELEASE/x11/bin/xtrap/xtrapchar/
H A DMakefile3 PROG= xtrapchar macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/test/
H A Dtest_padlock3 PROG=$1
5 if [ -x $PROG ]; then
6 if expr "x`$PROG version`" : "xOpenSSL" > /dev/null; then
9 echo "$PROG is not OpenSSL executable"
13 echo "$PROG is not executable"
17 if $PROG engine padlock | grep -v no-ACE; then
19 HASH=`cat $PROG | $PROG dgst -hex`
30 TEST=`( cat $PROG | \
31 $PROG en
[all...]
/netbsd-6-1-5-RELEASE/regress/sys/kern/kqueue/ioctl/
H A DMakefile5 regress: ${PROG}
7 ./${PROG} $$i; \
9 ./${PROG} 6 || true
11 ./${PROG} EVFILT_$$i; \
13 ./${PROG} NOTREG_FILTER || true
/netbsd-6-1-5-RELEASE/regress/sys/fs/lfs/9994/
H A DMakefile5 PROG= 9994_f macro
9 regress: ${PROG}
10 @cp ${PROG} ${TESTFS}
11 @cd ${TESTFS} && ./${PROG} -c ${TMP} -n 1000 -q || (echo 'test failed' && exit 1)
13 @rm -f ${TESTFS}/test ${TMP}/control ${TESTFS}/${PROG}
/netbsd-6-1-5-RELEASE/sys/dev/microcode/siop/
H A DMakefile5 PROG= ncr53cxxx macro
13 esiop.out: esiop.ss ${PROG}
14 ./${PROG} esiop.ss -p esiop.out
16 siop.out: siop.ss ${PROG}
17 ./${PROG} siop.ss -p siop.out
19 osiop.out: osiop.ss ${PROG}
20 ./${PROG} osiop.ss -p osiop.out
22 oosiop.out: oosiop.ss ${PROG}
23 ./${PROG} oosiop.ss -p oosiop.out
/netbsd-6-1-5-RELEASE/distrib/sun2/ramdisk/
H A Dlist48 PROG bin/dd
49 PROG bin/tls bin/ls
50 PROG bin/rsh
51 PROG bin/ssh bin/sh bin/-sh
52 # PROG bin/tftp
53 PROG sbin/edlabel
54 PROG sbin/ifconfig
55 PROG sbin/init
56 PROG sbin/route
59 PROG sbi
[all...]
/netbsd-6-1-5-RELEASE/distrib/sun3/ramdisk/
H A Dlist48 PROG bin/dd
49 PROG bin/tls bin/ls
50 PROG bin/rsh
51 PROG bin/ssh bin/sh bin/-sh
52 # PROG bin/tftp
53 PROG sbin/edlabel
54 PROG sbin/ifconfig
55 PROG sbin/init
56 PROG sbin/route
59 PROG sbi
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/bin/lndir/
H A DMakefile5 PROG= lndir macro
7 .PATH: ${X11SRCDIR.${PROG}}
/netbsd-6-1-5-RELEASE/external/mit/xorg/bin/setxkbmap/
H A DMakefile5 PROG= setxkbmap macro
13 .PATH: ${X11SRCDIR.${PROG}}
/netbsd-6-1-5-RELEASE/gnu/usr.bin/gcc4/cc1/
H A DMakefile3 PROG= cc1 macro
4 SRCS= ${G_C_OBJS:Nlibcpp.a:.o=.c} main.c ${PROG}-checksum.c
/netbsd-6-1-5-RELEASE/regress/sys/arch/i386/ioperm/
H A DMakefile5 PROG= ioperm macro
11 -@if ./${PROG}; \
/netbsd-6-1-5-RELEASE/regress/sys/arch/i386/iopl/
H A DMakefile5 PROG= iopl macro
11 -@if ./${PROG}; \

Completed in 219 milliseconds

1234567891011>>