head	1.9;
access;
symbols
	RELENG_2_2_8_RELEASE:1.5.2.1
	RELENG_2_2_7_RELEASE:1.5.2.1
	RELENG_2_2_6_RELEASE:1.5.2.1
	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.3
	RELENG_2_1_6_1_RELEASE:1.3
	RELENG_2_1_6_RELEASE:1.3
	RELENG_2_2:1.5.0.2
	RELENG_2_2_BP:1.5
	RELENG_2_1_5_RELEASE:1.3
	RELENG_2_1_0:1.3.0.2;
locks; strict;
comment	@# @;


1.9
date	97.03.11.10.51.43;	author peter;	state dead;
branches;
next	1.8;

1.8
date	97.02.22.16.13.54;	author peter;	state Exp;
branches;
next	1.7;

1.7
date	97.01.14.07.19.05;	author jkh;	state Exp;
branches;
next	1.6;

1.6
date	97.01.10.05.17.32;	author bde;	state Exp;
branches;
next	1.5;

1.5
date	96.09.05.17.15.48;	author bde;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	96.06.24.04.25.57;	author jkh;	state Exp;
branches;
next	1.3;

1.3
date	95.12.26.22.39.27;	author peter;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	95.12.26.22.33.03;	author peter;	state Exp;
branches;
next	1.1;

1.1
date	95.12.26.05.15.18;	author peter;	state Exp;
branches;
next	;

1.3.2.1
date	99.09.05.11.44.54;	author peter;	state Exp;
branches;
next	;

1.5.2.1
date	97.08.18.00.26.26;	author jdp;	state dead;
branches;
next	;


desc
@@


1.9
log
@Kill sup from the main sources now that the ports version is updated.
This puts it on the same footing as cvsup.  It's been suggested on
numerous occasions that I shouldn't have imported it in the first place,
and now that sup has outlived it's usefulness.....  Boom!
@
text
@# $Id: Makefile,v 1.8 1997/02/22 16:13:54 peter Exp peter $

PROG=	sup
SRCS=	supcmain.c supcvers.c supcparse.c supcname.c supcmisc.c supcmeat.c

LIBSRC=	${.CURDIR}/../lib
COPTS+=	-DVAR_TMP -DHAS_DAEMON -I${.CURDIR} -I${LIBSRC}
COPTS+=	-DRENAMELOG=\"/var/log/sup.rename\"

.if exists(${.OBJDIR}/../lib)
LIBOBJ=	${.OBJDIR}/../lib
.else
LIBOBJ=	${LIBSRC}
.endif

DPADD=	${LIBOBJ}/libsup.a ${LIBCRYPT}
LDADD=	-L${LIBOBJ} -lsup -lcrypt

.include <bsd.prog.mk>
@


1.8
log
@Revert $FreeBSD$ to $Id$
@
text
@d1 1
a1 1
# $Id$
@


1.7
log
@Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.6
log
@Oops, the last change added an extra ${LIBSCRYPT} to ${DPADD}, but
it should have reordered the existing one (so that ${DPADD} can be
compared with ${LDADD}).

Use ${} consistently.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.5 1996/09/05 17:15:48 bde Exp $
@


1.5
log
@Fixed DPADD.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.4 1996/06/24 04:25:57 jkh Exp $
d16 1
a16 1
DPADD=	$(LIBCRYPT) $(LIBOBJ)/libsup.a ${LIBCRYPT}
@


1.5.2.1
log
@Remove sup.  If anybody still wants it, they can find it in the ports
collection.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.5 1996/09/05 17:15:48 bde Exp $
@


1.4
log
@Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src.  This is the final version of the
patches, incorporating the feedback I've received from -current.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.3 1995/12/26 22:39:27 peter Exp $
d16 2
a17 2
DPADD+=	$(LIBCRYPT) $(LIBOBJ)/libsup.a
LDADD+= -L${LIBOBJ} -lsup -lcrypt
@


1.3
log
@revert usr/bin change.. /var/log/renamelog is the kicker...
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.2 1995/12/26 22:33:03 peter Exp $
d10 2
a11 2
.if exists(${LIBSRC}/obj/.)
LIBOBJ=	${LIBSRC}/obj
@


1.3.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@redirect sup executable into /usr/bin....
@
text
@d1 1
a1 4
# $Id: Makefile,v 1.1 1995/12/26 05:15:18 peter Exp $

# sup is a user level
BINDIR=	${DESTDIR}/usr/bin
@


1.1
log
@Shamelessly steal Garrett Wollman's bmakefiles...
@
text
@d1 4
a4 1
# $Id$
@
