/* $NetBSD: linux32_syscalls.c,v 1.1 2006/02/09 19:18:57 manu Exp $ */ #include __KERNEL_RCSID(1, "$NetBSD: linux32_syscalls.c,v 1.1 2006/02/09 19:18:57 manu Exp $"); #if defined(__amd64__) #include "../../sys/compat/linux32/arch/amd64/linux32_syscalls.c" #else const char * const linux32_syscallnames[] = { 0 }; #endif ='cgit logo'/> index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/texinfo/install-info
AgeCommit message (Expand)Author
2016-01-14unhook texinfochristos
2004-02-09use uname=${BINOWN} gname=${BINGRP} instead of uname=root gname=wheellukem
2003-07-18Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined.lukem
2003-01-17Preliminary update for 4.3.wiz
2002-12-23Rework METALOG manipulation:lukem
2002-06-11use ` | ${CAT} -l >> ${METALOG} ' to serialise writes to the metaloglukem
2002-03-01Put the infodir-meta rule here (and wrap it) to allow it to be called from thejmc
2001-09-02Normalize man page handling: Man pages are now done in the same dir as thewiz
2001-08-18Doesn't need libz: File compression handling is done by forking gzip.wiz