head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1.1.1
	RELEASE_7_1_0:1.1.1.1
	RELEASE_6_4_0:1.1.1.1
	RELEASE_5_EOL:1.1.1.1
	RELEASE_7_0_0:1.1.1.1
	RELEASE_6_3_0:1.1.1.1
	PRE_XORG_7:1.1.1.1
	RELEASE_4_EOL:1.1.1.1
	RELEASE_6_2_0:1.1.1.1
	RELEASE_6_1_0:1.1.1.1
	RELEASE_5_5_0:1.1.1.1
	RELEASE_6_0_0:1.1.1.1
	RELEASE_5_4_0:1.1.1.1
	RELEASE_4_11_0:1.1.1.1
	RELEASE_5_3_0:1.1.1.1
	RELEASE_4_10_0:1.1.1.1
	RELEASE_5_2_1:1.1.1.1
	RELEASE_5_2_0:1.1.1.1
	RELEASE_4_9_0:1.1.1.1
	RELEASE_5_1_0:1.1.1.1
	RELEASE_4_8_0:1.1.1.1
	RELEASE_5_0_0:1.1.1.1
	RELEASE_4_7_0:1.1.1.1
	RELEASE_4_6_2:1.1.1.1
	RELEASE_4_6_1:1.1.1.1
	RELEASE_4_6_0:1.1.1.1
	RELEASE_5_0_DP1:1.1.1.1
	RELEASE_4_5_0:1.1.1.1
	RELEASE_4_4_0:1.1.1.1
	RELEASE_4_3_0:1.1.1.1
	RELEASE_4_2_0:1.1.1.1
	RELEASE_4_1_1:1.1.1.1
	RELEASE_4_1_0:1.1.1.1
	RELEASE_3_5_0:1.1.1.1
	RELEASE_4_0_0:1.1.1.1
	RELEASE_3_4_0:1.1.1.1
	RELEASE_3_3_0:1.1.1.1
	RELEASE_3_2_0:1.1.1.1
	nsayer:1.1.1.1
	NSAYER:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2009.07.03.10.48.12;	author itetcu;	state Exp;
branches;
next	1.1;

1.1
date	99.04.02.19.07.30;	author nsayer;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.04.02.19.07.30;	author nsayer;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Fix build with custom LOCALBASE.

Reported by:	QATty
@
text
@--- Makefile.orig	Mon Jul 20 09:01:27 1992
+++ Makefile	Fri Apr  2 10:50:40 1999
@@@@ -1,2 +1,11 @@@@
-identify: identify.c
-	$(CC) -o identify identify.c -lauthuser
+
+CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
+
+all: identify
+
+install: identify
+	install identify ${PREFIX}/libexec
+	install README ${PREFIX}/share/doc/identify
+
+identify: identify.o
+	$(CC) $(CFLAGS) -o identify identify.o -lident
@


1.1
log
@Initial revision
@
text
@d7 1
a7 1
+CFLAGS+= -I/usr/local/include -L/usr/local/lib
@


1.1.1.1
log
@Add "identify" daemon wrapper. Allows one to add ident lookup and logging
to arbitrary daemons (like telnetd or fingerd).
@
text
@@
