summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/texinfo/install-info/Makefile
blob: cd8225b2a001d3fe69654e1d3e225e963db6ac9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.10 2004/02/09 06:52:34 lukem Exp $

PROG=		install-info
SRCS=		install-info.c

.include <bsd.prog.mk>

.PATH: ${IDIST}/util ${IDIST}/doc

infodir-meta:
.if (${MKUNPRIVED} != "no" && ${MKINFO} != "no")
	echo "./usr/share/info/dir type=file mode=0644 uname=${BINOWN} gname=${BINGRP}" \
	    | ${METALOG.add}
.endif
ffb15694e54f29f8baaa4232152b703c2a5a'>merge ktrace-lwp.christos 2005-02-27nuke trailing whitespaceperry 2003-12-04netbsd.org -> NetBSD.orgkeihan 2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz 2003-08-07Various updates to sync with mainline code. Nothing of great significancemjacob 2003-03-03Propagate iid && rxid when we're putting back an ATIO for FC.mjacob 2003-01-20The Double-Semi-Colon Police.simonb 2003-01-06interrupt with two rs.wiz 2002-10-18Some lint fixes.mjacob 2002-06-15keep target mode up to date.mjacob 2002-02-21Implement F/W crashdumps for 2200 && 2300 cards (kernel compile option).mjacob 2001-12-14Major restructuring for swizzling to the request queue and unswizzling frommjacob 2001-11-13add/cleanup RCSIDlukem 2001-09-05Synchronize with FreeBSD/Linux.mjacob 2001-05-16Keep up with the Joneses.... further synchronization for the eventualmjacob 2001-04-05Keep up with the Joneses: sync with common core target mode code. Eventuallymjacob 2001-03-14ANSIfy source.mjacob 2001-03-14Clean up license && copyright a tad. ct_reserved should now be moremjacob 2000-12-23Fix pathnames in comment.wiz 2000-08-14Add a maintenance notemjacob 2000-08-08Remove ispcmd_slow routine- SCBUSACCEL routine will set/clear tag/wide/sync.mjacob 2000-08-01Core version 2.0 (platform version 1.0) rewrite of ISP driver. Somemjacob 2000-07-19zero result queue entry when done if debugging.mjacob 2000-07-05pick up FreeBSD changesmjacob