head	1.6;
access;
symbols
	RELENG_4_11_0_RELEASE:1.4.6.1
	RELENG_4_11:1.4.6.1.0.16
	RELENG_4_11_BP:1.4.6.1
	RELENG_4_10_0_RELEASE:1.4.6.1
	RELENG_4_10:1.4.6.1.0.14
	RELENG_4_10_BP:1.4.6.1
	RELENG_4_9_0_RELEASE:1.4.6.1
	RELENG_4_9:1.4.6.1.0.12
	RELENG_4_9_BP:1.4.6.1
	RELENG_4_8_0_RELEASE:1.4.6.1
	RELENG_4_8:1.4.6.1.0.10
	RELENG_4_8_BP:1.4.6.1
	RELENG_4_7_0_RELEASE:1.4.6.1
	RELENG_4_7:1.4.6.1.0.8
	RELENG_4_7_BP:1.4.6.1
	RELENG_4_6_2_RELEASE:1.4.6.1
	RELENG_4_6_1_RELEASE:1.4.6.1
	RELENG_4_6_0_RELEASE:1.4.6.1
	RELENG_4_6:1.4.6.1.0.6
	RELENG_4_6_BP:1.4.6.1
	RELENG_4_5_0_RELEASE:1.4.6.1
	RELENG_4_5:1.4.6.1.0.4
	RELENG_4_5_BP:1.4.6.1
	RELENG_4_4_0_RELEASE:1.4.6.1
	RELENG_4_4:1.4.6.1.0.2
	RELENG_4_4_BP:1.4.6.1
	RELENG_4_3_0_RELEASE:1.4
	RELENG_4_3:1.4.0.8
	RELENG_4_3_BP:1.4
	RELENG_4_2_0_RELEASE:1.4
	RELENG_4_1_1_RELEASE:1.4
	PRE_SMPNG:1.4
	RELENG_4_1_0_RELEASE:1.4
	RELENG_3_5_0_RELEASE:1.4
	RELENG_4_0_0_RELEASE:1.4
	RELENG_4:1.4.0.6
	RELENG_4_BP:1.4
	RELENG_3_4_0_RELEASE:1.4
	RELENG_3_3_0_RELEASE:1.4
	RELENG_3_2_PAO:1.4.0.4
	RELENG_3_2_PAO_BP:1.4
	RELENG_3_2_0_RELEASE:1.4
	RELENG_3_1_0_RELEASE:1.4
	RELENG_3:1.4.0.2
	RELENG_3_BP:1.4
	RELENG_2_2_8_RELEASE:1.3
	RELENG_3_0_0_RELEASE:1.4
	RELENG_2_2_7_RELEASE:1.3
	RELENG_2_2_6_RELEASE:1.3
	RELENG_2_2_5_RELEASE:1.3
	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.2
	RELENG_2_1_6_1_RELEASE:1.2
	RELENG_2_1_6_RELEASE:1.2
	RELENG_2_2:1.3.0.2
	RELENG_2_2_BP:1.3
	RELENG_2_1_5_RELEASE:1.2
	RELENG_2_1_0_RELEASE:1.2
	RELENG_2_1_0:1.2.0.6
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.4
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2
	RELEASE_2_0:1.2
	BETA_2_0:1.2
	ALPHA_2_0:1.2.0.2
	MOVED_NEWCVS:1.1
	FINAL_1_1_5:1.1
	ALPHA_1_1_5:1.1;
locks; strict;
comment	@# @;


1.6
date	2001.07.09.17.40.56;	author markm;	state dead;
branches;
next	1.5;

1.5
date	2001.03.27.10.51.47;	author ru;	state Exp;
branches;
next	1.4;

1.4
date	98.08.31.00.41.52;	author jb;	state Exp;
branches
	1.4.6.1;
next	1.3;

1.3
date	96.10.17.15.25.12;	author ache;	state Exp;
branches;
next	1.2;

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

1.1
date	94.05.19.18.12.58;	author guido;	state Exp;
branches;
next	;

1.4.6.1
date	2001.04.25.11.29.23;	author ru;	state Exp;
branches;
next	1.4.6.2;

1.4.6.2
date	2012.11.17.07.27.33;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove the S/Key key-handling apps, which are no longer needed, as
they are replaced by opiepasswd, opieinfo and opiekey.
@
text
@#	@@(#)Makefile	5.6 (Berkeley) 3/5/91
# $FreeBSD: src/usr.bin/key/Makefile,v 1.5 2001/03/27 10:51:47 ru Exp $

PROG=	key
SRCS=	skey.c

CFLAGS+= -D_SKEY_INTERNAL

DPADD=	${LIBSKEY} ${LIBCRYPT} ${LIBMD}
LDADD=	-lskey -lcrypt -lmd

.include <bsd.prog.mk>
@


1.5
log
@MAN[1-9] -> MAN.
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.4
log
@The elf build wants to link against libcrypt.
@
text
@d2 1
a2 1
#
a5 1
MAN1=   key.1
@


1.4.6.1
log
@MFC: MAN[1-9] -> MAN.
@
text
@d2 1
a2 1
# $FreeBSD$
d6 1
@


1.4.6.2
log
@Switch importer
@
text
@d2 1
a2 1
# $FreeBSD: stable/4/usr.bin/key/Makefile 75957 2001-04-25 11:29:51Z ru $
@


1.3
log
@Add -D_SKEY_INTERNAL to pick up non-API skey functions
@
text
@d10 2
a11 2
DPADD=	${LIBSKEY} ${LIBMD}
LDADD=	-lskey -lmd
@


1.2
log
@Include most of the logdaemon v4.4 S/key changes
@
text
@d8 2
@


1.1
log
@1) Added s/key support .
2  Added optional excessive login logging.
3) Added login acces control on a per host/tty base.
4) See skey(1) for skey descriptions and src/usr.bin/login/README
  for the logging and access control features.

-Guido
@
text
@a0 1

d5 2
a6 6
MAN1=   key.1 skey.1
CFLAGS+=-I${.CURDIR}/../../lib


DPADD=	/usr/bin/libskey.a
LDADD=	-lskey
d8 2
a9 6
.if exists(/usr/lib/libcrypt.a)
DPADD+= ${LIBCRYPT}
LDADD+= -lcrypt
.endif

SRCS=	skey.c
a11 1

@
