# $NetBSD: Makefile.hash,v 1.7 2013/01/24 14:17:40 roy Exp $ SCRIPT_ENV= \ NETBSDSRCDIR=${NETBSDSRCDIR:Q} \ TOOL_AWK=${TOOL_AWK:Q} \ TOOL_NBPERF=${TOOL_NBPERF:Q} \ TOOL_SED=${TOOL_SED:Q} \ TOOL_SORT=${TOOL_SORT:Q} \ TOOL_TIC=${TOOL_TIC:Q} PARSEDIR:=${.PARSEDIR} # Generate our string and hash tables hash.c: genhash term.h @echo "Generating terminfo hash" ${SCRIPT_ENV} ${HOST_SH} ${.ALLSRC} > ${.TARGET} termcap_hash.c: genthash termcap_map.c @echo "Generating termcap hash" ${SCRIPT_ENV} ${HOST_SH} ${.ALLSRC} > ${.TARGET} # Allow terminfo descriptions to be compiled into libterminfo compiled_terms.c: genterms term.h ${NETBSDSRCDIR}/share/terminfo/terminfo @echo "Generating compiled terminfo descriptions" ${SCRIPT_ENV} ${HOST_SH} ${.ALLSRC} > ${.TARGET} .if ${USETOOLS} == "yes" compiled_terms.c: ${TOOL_TIC} .endif DPSRCS+= hash.c termcap_hash.c compiled_terms.c CLEANFILES+= hash.c termcap_hash.c compiled_terms.c on value='trunk' selected='selected'>trunk NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/Makefile
AgeCommit message (Expand)Author
2012-06-01Use /libdata/firmware/run instead of /libdata/firmware/rum for run(4) firmwares.nonaka
2010-07-05move all the radeondrm firmware images into the filesystem. check thatmrg
2007-06-09Added OpenBSD's zyd(4) driver.kiyohara
2006-10-31Add rum(4) for newer USB Ralink devices. Obtained from OpenBSD.joerg
2006-06-07Descend into ral.rpaulo