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	2003.03.02.07.02.34;	author jmallett;	state Exp;
branches;
next	1.4;

1.4
date	2003.03.02.06.58.33;	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.30;	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
@#	@@(#)Makefile	4.6	(Berkeley)	89/05/10
# $FreeBSD$
#

HELPFILES=	cmds default err

all:
	cd util; make $(MFLAGS)
	cd com; make $(MFLAGS)
	cd cmd; make $(MFLAGS)
	cd doc; make $(MFLAGS)

install:
	cd cmd; make $(MFLAGS) DESTDIR=$(DESTDIR) install
	cd doc; make ${MFLAGS} DESTDIR=${DESTDIR} install
.for _HELPFILE in ${HELPFILES}
	install -c -m 644 help.d/${_HELPFILE} ${DESTDIR}/lib/help/
.endfor

clean cleandir:
	rm -f lib*.a errs
	cd util; make $(MFLAGS) clean
	cd com; make $(MFLAGS) clean
	cd cmd; make $(MFLAGS) clean

depend:
@


1.5
log
@Replace something that broke when a CVS directory appeared from nowhere with
something designed to just install what is listed here.  D'oh!
@
text
@d11 1
@


1.4
log
@Preliminary helpfile split, a lot of information is obsolete or incorrect
or really just needs updated for the 90s.  Also add a "help stuck" designed
to get bug reports to me, and get Greg Lehey hounded.
@
text
@d5 2
d15 3
a17 1
	install -c -m 644 help.d/* ${DESTDIR}/lib/help/
@


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
@d13 1
a13 1
	install -c -m 644 sccs.hf ${DESTDIR}/lib/help/sccs.hf
@


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
@d4 1
d13 1
a13 1
	install -c -m 644 sccs.hf ${DESTDIR}/usr/local/lib/sccs.hf
@


1.1
log
@Initial revision
@
text
@d2 1
@


1.1.1.1
log
@Initial import of CSRG SCCS.

Obtained from:	Kirk McKusick
@
text
@@
