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.1
	RELENG_2_1_6_1_RELEASE:1.1
	RELENG_2_1_6_RELEASE:1.1
	RELENG_2_2:1.5.0.2
	RELENG_2_2_BP:1.5
	RELENG_2_1_5_RELEASE:1.1
	RELENG_2_1_0:1.1.0.2;
locks; strict;
comment	@# @;


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

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

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

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

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

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

1.3
date	96.02.06.19.04.41;	author pst;	state Exp;
branches;
next	1.2;

1.2
date	96.02.06.19.03.56;	author pst;	state Exp;
branches;
next	1.1;

1.1
date	95.12.26.05.15.19;	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.5.2.1
date	97.08.18.00.26.33;	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:56 peter Exp peter $

PROG=	supfilesrv
SRCS=	supfilesrv.c
MAN8=	supservers.8
MLINKS=	supservers.8 supfilesrv.8 supservers.8 supscan.8

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} ${LIBUTIL}
LDADD=	-L${LIBOBJ} -lsup -lcrypt -lutil

.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
@Use ${} consistently.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.5 1996/09/05 17:15:54 bde Exp $
@


1.5
log
@Fixed DPADD.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.4 1996/06/24 04:25:59 jkh Exp $
d18 1
a18 1
DPADD=	$(LIBOBJ)/libsup.a $(LIBCRYPT) $(LIBUTIL)
@


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:54 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 1996/02/06 19:04:41 pst Exp $
d18 2
a19 2
DPADD+=	$(LIBCRYPT) $(LIBOBJ)/libsup.a $(LIBUTIL)
LDADD+= -L${LIBOBJ} -lsup -lcrypt -lutil
@


1.3
log
@Oops, accidently committed makefile change, back it out
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.2 1996/02/06 19:03:56 pst Exp $
d12 2
a13 2
.if exists(${LIBSRC}/obj/.)
LIBOBJ=	${LIBSRC}/obj
@


1.2
log
@make setproctitle display smaller
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1 1995/12/26 05:15:19 peter Exp $
d4 1
a4 1
SRCS=	supfilesrv.c setproctitle.o
@


1.1
log
@Shamelessly steal Garrett Wollman's bmakefiles...
@
text
@d1 1
a1 1
# $Id$
d4 1
a4 1
SRCS=	supfilesrv.c
@


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

