head	1.8;
access;
symbols
	RELENG_2_2_8_RELEASE:1.5.2.2
	RELENG_2_2_7_RELEASE:1.5.2.2
	RELENG_2_2_6_RELEASE:1.5.2.2
	RELENG_2_2_5_RELEASE:1.5.2.1
	RELENG_2_2_2_RELEASE:1.5
	RELENG_2_2_1_RELEASE:1.5
	RELENG_2_2_0_RELEASE:1.5
	RELENG_2_1_7_RELEASE:1.1.1.1
	RELENG_2_1_6_1_RELEASE:1.1.1.1
	RELENG_2_1_6_RELEASE:1.1.1.1
	RELENG_2_2:1.5.0.2
	RELENG_2_2_BP:1.5
	RELENG_2_1_5_RELEASE:1.1.1.1
	RELENG_2_1_0_RELEASE:1.1.1.1
	RELENG_2_1_0:1.1.1.1.0.4
	RELENG_2_1_0_BP:1.1.1.1
	RELENG_2_0_5_RELEASE:1.1.1.1
	RELENG_2_0_5:1.1.1.1.0.2
	RELENG_2_0_5_BP:1.1.1.1
	RELENG_2_0_5_ALPHA:1.1.1.1
	libscsi2_0:1.1.1.1
	libscsi:1.1.1;
locks; strict;
comment	@# @;


1.8
date	98.09.17.03.55.33;	author gibbs;	state dead;
branches;
next	1.7;

1.7
date	97.08.26.14.12.56;	author bde;	state Exp;
branches;
next	1.6;

1.6
date	97.07.18.07.27.56;	author asami;	state Exp;
branches;
next	1.5;

1.5
date	96.08.30.02.02.50;	author peter;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	96.02.09.02.49.13;	author mpp;	state Exp;
branches;
next	1.3;

1.3
date	96.02.09.00.45.35;	author mpp;	state Exp;
branches;
next	1.2;

1.2
date	95.08.06.12.23.48;	author bde;	state Exp;
branches;
next	1.1;

1.1
date	95.01.24.12.10.10;	author dufault;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.01.24.12.10.11;	author dufault;	state Exp;
branches;
next	;

1.5.2.1
date	97.07.18.07.28.35;	author asami;	state Exp;
branches;
next	1.5.2.2;

1.5.2.2
date	98.02.18.02.51.15;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.8
log
@libscsi is obsoleted by CAM.
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/4/93

LIB=	scsi
#CFLAGS+=-DLIBC_SCCS -I${.CURDIR}/../../sys
SRCS=	scsi.c

MAN3=	scsi.3

MLINKS+=scsi.3 scsireq_buff_decode.3 scsi.3 scsireq_build.3 \
	scsi.3 scsireq_decode.3 scsi.3 scsireq_encode.3 \
	scsi.3 scsireq_enter.3 scsi.3 scsireq_new.3 \
	scsi.3 scsireq_reset.3 scsi.3 SCSIREQ_ERROR.3 \
	scsi.3 scsi_open.3 scsi.3 scsi_debug.3 \
	scsi.3 scsi_debug_output.3

beforeinstall:
	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/scsi.h \
	    ${DESTDIR}/usr/include


.include <bsd.lib.mk>
@


1.7
log
@-I${DESTDIR}/sys -> -I${.CURDIR}/../../sys.
@
text
@@


1.6
log
@Add appropriate ${DESTDIR} in front of absolute paths.
@
text
@d4 1
a4 1
#CFLAGS+=-DLIBC_SCCS -I${DESTDIR}/sys
@


1.5
log
@cmp -s || install -c ==> install -C
@
text
@d4 1
a4 1
#CFLAGS+=-DLIBC_SCCS -I/sys
@


1.5.2.1
log
@MFC: add ${DESTDIR}.
@
text
@d4 1
a4 1
#CFLAGS+=-DLIBC_SCCS -I${DESTDIR}/sys
@


1.5.2.2
log
@MFC: relative paths to /sys, doc fixes.
@
text
@d4 1
a4 1
#CFLAGS+=-DLIBC_SCCS -I${.CURDIR}/../../sys
@


1.4
log
@Add a couple more man page links and some minor formatting fixes.
@
text
@d17 1
a17 2
	-cd ${.CURDIR}; cmp -s scsi.h ${DESTDIR}/usr/include/scsi.h || \
	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 scsi.h \
@


1.3
log
@Added some missing MLINKS for section 3 man pages.
Also corrected a few minor formatting errors, file location and cross
references in some of the section 3 man pages.

This shuts up a lot of the output from "manck" for section 3.
@
text
@d11 2
a12 1
	scsi.3 scsireg_enter.3 scsi.3 SCSIREQ_ERROR.3 \
@


1.2
log
@Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.

Previously I missed dozens of Makefiles that skip the install after
using `cmp -s' to decide that the install isn't necessary.
@
text
@d9 5
a13 3
#MLINKS+=kvm_getprocs.3 kvm_getargv.3 kvm_getprocs.3 kvm_getenvv.3
#MLINKS+=kvm_open.3 kvm_openfiles.3 kvm_open.3 kvm_close.3
#MLINKS+=kvm_read.3 kvm_write.3
@


1.1
log
@Initial revision
@
text
@d15 1
a15 1
	    install -c -o ${BINOWN} -g ${BINGRP} -m 444 scsi.h \
@


1.1.1.1
log
@SCSI library layered on SCIOCOMMAND
@
text
@@
