head	1.7;
access;
symbols
	RELENG_2_2_8_RELEASE:1.3.2.1
	RELENG_2_2_7_RELEASE:1.3.2.1
	RELENG_2_2_6_RELEASE:1.3.2.1
	RELENG_2_2_5_RELEASE:1.3.2.1
	RELENG_2_2_2_RELEASE:1.3
	RELENG_2_2_1_RELEASE:1.3
	RELENG_2_2_0_RELEASE:1.3
	RELENG_2_1_7_RELEASE:1.1
	RELENG_2_1_6_1_RELEASE:1.1
	RELENG_2_1_6_RELEASE:1.1
	RELENG_2_2:1.3.0.2
	RELENG_2_2_BP:1.3
	RELENG_2_1_5_RELEASE:1.1
	RELENG_2_1_0:1.1.0.2;
locks; strict;
comment	@# @;


1.7
date	97.03.11.10.52.20;	author peter;	state dead;
branches;
next	1.6;

1.6
date	97.02.22.16.13.57;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	97.01.14.07.19.07;	author jkh;	state Exp;
branches;
next	1.4;

1.4
date	97.01.10.05.18.23;	author bde;	state Exp;
branches;
next	1.3;

1.3
date	96.09.05.17.16.06;	author bde;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	96.06.24.04.26.03;	author jkh;	state Exp;
branches;
next	1.1;

1.1
date	95.12.26.05.15.20;	author peter;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	99.09.05.11.44.55;	author peter;	state Exp;
branches;
next	;

1.3.2.1
date	97.08.18.00.26.35;	author jdp;	state dead;
branches;
next	;


desc
@@


1.7
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.6 1997/02/22 16:13:57 peter Exp peter $

PROG=	supscan
SRCS=	supscan.c
NOMAN=

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.6
log
@Revert $FreeBSD$ to $Id$
@
text
@d1 1
a1 1
# $Id$
@


1.5
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.4
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.3 1996/09/05 17:16:06 bde Exp $
@


1.3
log
@Fixed DPADD.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.2 1996/06/24 04:26:03 jkh Exp $
d17 1
a17 1
DPADD=	$(LIBCRYPT) $(LIBOBJ)/libsup.a ${LIBCRYPT}
@


1.3.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.3 1996/09/05 17:16:06 bde Exp $
@


1.2
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.1 1995/12/26 05:15:20 peter Exp $
d17 2
a18 2
DPADD+=	$(LIBCRYPT) $(LIBOBJ)/libsup.a
LDADD+= -L${LIBOBJ} -lsup -lcrypt
@


1.1
log
@Shamelessly steal Garrett Wollman's bmakefiles...
@
text
@d1 1
a1 1
# $Id$
d11 2
a12 2
.if exists(${LIBSRC}/obj/.)
LIBOBJ=	${LIBSRC}/obj
@


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

