# $NetBSD: Makefile,v 1.1 2008/05/04 23:50:32 ad Exp $ BIN= bin2blob array2bin all: ${BIN} bin2blob: bin2blob.c cc -Wall -O2 -lz -o bin2blob bin2blob.c array2bin: array2bin.c cc -Wall -O2 -lz -o array2bin array2bin.c clean: rm -f ${BIN} *~ cation/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include/cpu_counter.h
AgeCommit message (Expand)Author
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-21Add MI todr(9) support and timercounter(9) support with kern_cctr.c to alpha:tsutsui
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2003-02-05Share alpha/microtime.c with i386 and sparc64 as kern_microtime.c.nakayama