head	1.6;
access;
symbols
	CSRG_19930606:1.1.1.1 CSRG:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2007.01.29.17.55.29;	author delphij;	state Exp;
branches;
next	1.5;

1.5
date	2006.03.27.23.38.35;	author jmallett;	state Exp;
branches;
next	1.4;

1.4
date	2003.03.06.02.37.08;	author jmallett;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.27.07.27.47;	author jmallett;	state Exp;
branches;
next	1.2;

1.2
date	2002.06.17.12.36.37;	author jmallett;	state Exp;
branches;
next	1.1;

1.1
date	2002.05.24.04.15.04;	author jmallett;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.05.24.04.15.04;	author jmallett;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Make sccs buildable under 7-CURRENT.

Approved by:	jmallett
@
text
@# $FreeBSD$
#

MAN=	admin.1 chghist.1 comb.1 delta.1 get.1 prt.1 rmdel.1 sccs.1 \
	sccsdiff.1 what.1 sccsfile.5
MANDIR=	man/man

.include <bsd.prog.mk>
@


1.5
log
@Use bsd.prog.mk
@
text
@d6 1
@


1.4
log
@Use MANOWN and MANGRP.
@
text
@a0 6
#
# Copyright (c) 1987 Regents of the University of California.
# All rights reserved.  The Berkeley software License Agreement
# specifies the terms and conditions for redistribution.
#
#	%W%	(Berkeley)	%G%
a2 17
MDIR1=	/man/cat1
SRC1=	admin.1 chghist.1 comb.1 delta.1 get.1 prt.1 rmdel.1 sccs.1 \
	sccsdiff.1 what.1
OBJ1=	admin.0 chghist.0 comb.0 delta.0 get.0 prt.0 rmdel.0 sccs.0 \
	sccsdiff.0 what.0
MDIR5=	/man/cat5
SRC5=	sccsfile.5
OBJ5=	sccsfile.0

.SUFFIXES: .5 .1 .0

.5.0:
	../../../man/manroff $*.5 > $*.0
.1.0:
	../../../man/manroff $*.1 > $*.0

all:
d4 2
a5 7
install: ${OBJ5} ${OBJ1} FRC
	cp -p ${OBJ5} ${DESTDIR}${MDIR5}
	chown ${MANOWN}:${MANGRP} ${DESTDIR}${MDIR5}/*.0
	chmod 444 ${DESTDIR}${MDIR5}/*.0
	cp -p ${OBJ1} ${DESTDIR}${MDIR1}
	chown ${MANOWN}:${MANGRP} ${DESTDIR}${MDIR1}/*.0
	chmod 444 ${DESTDIR}${MDIR1}/*.0
d7 1
a7 3
clean:
depend:
FRC:
@


1.3
log
@A simple build/install capability, allowing one to build something runnable
without hand-tchuning:
	make DESTDIR=/opt/source-code-control-system tree all install

Yes DESTDIR traditionally is used for engineering a release into a destination
dir, and it should probably be called PREFIX, as it is in code.  But bah,
humbug.  Spam the README with some of my own ranting, to accompany the
eloquent words Kirk wrote.

Notably, help doesn't work, unless you pull the help files from an SGI or
similar, and then you'll have the joy of "help stuck" and similar.  I'll try
to find a -free enough- source of these, though admittedly, that would require
being sure none of the errors mismatch, which would suck.

Still plenty of warning spa^H^H^H^H incentive.
@
text
@d29 1
a29 1
	chown bin:bin ${DESTDIR}${MDIR5}/*.0
d32 1
a32 1
	chown bin:bin ${DESTDIR}${MDIR1}/*.0
@


1.2
log
@ * Add $FreeBSD$ after copyright in comments.
 * Finish using ${OBJS} for objects in util/Makefile.
 * Prevent defines.h from being included more than once.
 * Kill USXALLOC.
 * Kill an unused variable in cmd/prs.c.

Christoph Hellwig <hch@@infradead.org>
 * Use isatty(0) instead of old incompatible ioctl(2) calls.
 * isnumber() needs defined outside of FreeBSD.
 * __unused should only be implemented as __attribute__ in GNUC.
@
text
@d9 1
a9 1
MDIR1=	/usr/local/man/cat1
d14 1
a14 1
MDIR5=	/usr/local/man/cat5
d29 1
a29 1
	chown bin.bin ${DESTDIR}${MDIR5}/*.0
d32 1
a32 1
	chown bin.bin ${DESTDIR}${MDIR1}/*.0
@


1.1
log
@Initial revision
@
text
@d7 1
@


1.1.1.1
log
@Initial import of CSRG SCCS.

Obtained from:	Kirk McKusick
@
text
@@
