Searched refs:PROG (Results 276 - 300 of 1772) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/mit/xorg/bin/iceauth/
H A DMakefile5 PROG= iceauth macro
11 .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
/netbsd-current/external/mit/xorg/bin/imake/
H A DMakefile5 PROG= imake macro
8 CPPFLAGS+= -I${X11SRCDIR.${PROG}}/../include
14 .PATH: ${X11SRCDIR.${PROG}}
/netbsd-current/external/mit/xorg/bin/showfont/
H A DMakefile5 PROG= showfont macro
10 .PATH: ${X11SRCDIR.${PROG}}
11 .PATH: ${X11SRCDIR.${PROG}}/man
/netbsd-current/external/mit/xorg/bin/xcmsdb/
H A DMakefile5 PROG= xcmsdb macro
11 .PATH: ${X11SRCDIR.${PROG}}
12 .PATH: ${X11SRCDIR.${PROG}}/man
/netbsd-current/external/mit/xorg/bin/xev/
H A DMakefile5 PROG= xev macro
10 .PATH: ${X11SRCDIR.${PROG}}
11 .PATH: ${X11SRCDIR.${PROG}}/man
/netbsd-current/external/mit/xorg/bin/xfsinfo/
H A DMakefile5 PROG= xfsinfo macro
10 .PATH: ${X11SRCDIR.${PROG}}
11 .PATH: ${X11SRCDIR.${PROG}}/man
/netbsd-current/external/mit/xorg/bin/xlsatoms/
H A DMakefile5 PROG= xlsatoms macro
10 .PATH: ${X11SRCDIR.${PROG}}
11 .PATH: ${X11SRCDIR.${PROG}}/man
/netbsd-current/regress/lib/libc/divrem/
H A DMakefile5 PROG= divremtest macro
9 regress: ${PROG}
10 [ `./${PROG} | md5` = ${GOODRESULT} ]
/netbsd-current/sys/dev/hil/
H A DMakefile6 PROG= devlist2h.awk macro
9 ${SOURCE}_data.h: ${SOURCE} ${PROG}
11 ${TOOL_AWK} -f ${PROG} ${SOURCE} > $@
/netbsd-current/external/mit/xorg/bin/xrandr/
H A DMakefile5 PROG= xrandr macro
12 .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
/netbsd-current/external/mit/xorg/bin/xrefresh/
H A DMakefile5 PROG= xrefresh macro
10 .PATH: ${X11SRCDIR.${PROG}}
11 .PATH: ${X11SRCDIR.${PROG}}/man
/netbsd-current/external/mit/xorg/bin/xwud/
H A DMakefile5 PROG= xwud macro
10 .PATH: ${X11SRCDIR.${PROG}}
11 .PATH: ${X11SRCDIR.${PROG}}/man
/netbsd-current/external/mit/xorg/bin/setxkbmap/
H A DMakefile5 PROG= setxkbmap macro
13 .PATH: ${X11SRCDIR.${PROG}}
14 .PATH: ${X11SRCDIR.${PROG}}/man
/netbsd-current/external/mit/xorg/bin/fslsfonts/
H A DMakefile5 PROG= fslsfonts macro
12 .PATH: ${X11SRCDIR.${PROG}}
13 .PATH: ${X11SRCDIR.${PROG}}/man
/netbsd-current/external/mit/xorg/bin/xhost/
H A DMakefile5 PROG= xhost macro
18 .PATH: ${X11SRCDIR.${PROG}}
19 .PATH: ${X11SRCDIR.${PROG}}/man
/netbsd-current/external/mit/xorg/bin/xauth/
H A DMakefile5 PROG= xauth macro
24 .PATH: ${X11SRCDIR.${PROG}} ${X11SRCDIR.${PROG}}/man
/netbsd-current/sys/arch/atari/stand/bootxx/
H A DMakefile.bootxx7 PROG= bootxx
52 ${PROG}: ${OBJS} ${LIBS}
55 ${OBJCOPY} -O binary ${PROG}.elf ${PROG}.bin
56 ${SIZE} ${PROG}.elf
57 @len=`${SIZE} ${PROG}.elf | \
60 echo "### ${PROG} text+data size $$len is" \
64 ${TOOL_CAT} ${PROG}.bin /dev/zero | \
65 dd of=${PROG}.tmp bs=1 count=6656 2>/dev/null
66 mv ${PROG}
[all...]
/netbsd-current/sys/arch/landisk/stand/bootxx/
H A DMakefile.bootxx3 PROG?= bootxx_${FS}
46 CLEANFILES+= ${PROG}.sym ${PROG}.map
48 ${PROG}: ${OBJS} ${LIBLIST}
50 ${LD} -o ${PROG}.sym ${LDFLAGS} -Ttext ${PRIMARY_LOAD_ADDRESS} \
51 -Map ${PROG}.map -cref ${OBJS} ${LIBLIST}
52 ${OBJCOPY} -O binary ${PROG}.sym ${PROG}
53 @ sz=$$(ls -ln ${PROG} | tr -s ' ' | cut -d' ' -f5); \
55 echo "### ${PROG} siz
[all...]
/netbsd-current/sys/arch/i386/stand/fatboot/
H A DMakefile.fat5 PROG?= fatboot
44 CLEANFILES+= ${PROG}.tmp
46 ${PROG}: ${OBJS}
48 ${CC} -o ${PROG}.tmp ${LDFLAGS} -Wl,-Ttext,0x7c00 ${OBJS}
49 @ set -- $$( ${NM} -t d ${PROG}.tmp | grep '\<pbr_space\>' \
51 echo "#### There are $$1 free bytes in ${PROG}"
52 ${OBJCOPY} -O binary ${PROG}.tmp ${PROG}
53 rm -f ${PROG}.tmp
/netbsd-current/sys/arch/x68k/stand/boot/
H A DMakefile19 PROG?= boot macro
55 realall: ${PROG}
56 ${PROG}: ${OBJS} ${LDLIBS}
58 ${LD} ${LINKFLAGS} -o ${PROG}.sym ${OBJS} ${LDLIBS}
59 ${STRIP} ${PROG}.sym -o ${PROG}.strip
60 ${M68K_ELF2AOUT} ${ELF2AOUT_OPTS} ${PROG}.strip ${PROG}
62 CLEANFILES+= ${PROG}.sym ${PROG}
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A DMakefile.in3 PROG=netpgpverify
16 all: ${PROG}
18 ${PROG}: ${OBJS}
19 ${CC} ${LDFLAGS} ${CFLAGS} ${OBJS} -o ${PROG}
22 install -c -s ${PROG} ${DESTDIR}${PREFIX}/bin
26 ./${PROG} -k pubring.gpg NetBSD-6.0_RC1_hashes.asc
27 ./${PROG} -k pubring.gpg NetBSD-6.0_RC1_hashes.gpg
28 ./${PROG} -v
29 ./${PROG} -S sshtest-20140202.pub data.gpg
30 ./${PROG}
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libverify/
H A DMakefile3 PROG=netpgpv macro
26 t: ${PROG}
27 ./${PROG} -c verify b.gpg > output16
30 ./${PROG} -c verify a.gpg > output17
33 ./${PROG} -c verify gpgsigned-a.gpg > output18
36 ./${PROG} -c verify NetBSD-6.0_RC2_hashes.asc > output19
39 ./${PROG} -c cat jj.asc > output20
42 ./${PROG} < a.gpg > output21
45 ./${PROG} < jj.asc > output22
48 ./${PROG} < NetBS
[all...]
/netbsd-current/external/mpl/bind/bin/confgen/
H A DMakefile.inc3 PROG= ${.CURDIR:T}
4 SRCS= ${PROG}.c keygen.c util.c os.c
5 MAN= ${PROG}.8
/netbsd-current/crypto/external/bsd/netpgp/dist/src/hkpd/
H A DMakefile3 PROG=hkpd macro
13 t: ${PROG}
14 ./${PROG} -D &
/netbsd-current/external/mit/xorg/bin/appres/
H A DMakefile5 PROG= appres macro
10 .PATH: ${X11SRCDIR.${PROG}}
11 .PATH: ${X11SRCDIR.${PROG}}/man

Completed in 304 milliseconds

<<11121314151617181920>>