head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.10.30.12.01.22;	author clement;	state dead;
branches;
next	1.1;

1.1
date	2004.10.14.08.39.54;	author clement;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 2.3.1
- Avoid patching Makefile [1]

Submitted by:		vs [1]
@
text
@--- Makefile.orig	Thu Oct 14 10:01:13 2004
+++ Makefile	Thu Oct 14 10:09:38 2004
@@@@ -6,9 +6,7 @@@@
 #   LOCALFLAGS=   compiler flags.  Usually -g, -O, and stuff like that.
 
 # Settings for author's system (Redhat 6.1)
-CC=gcc
-LIB= -lcrypt
-LOCALFLAGS= -g 
+LIB= -lcrypt -lpam
 
 # For PAM on Redhat Linux
 # LIB=-lpam -ldl
@@@@ -18,7 +16,7 @@@@
 
 # -------------------- No User Servicable Parts Below -----------------------
 
-CFLAGS= $(LOCALFLAGS)
+all: pwauth
 
 pwauth: pwauth.o
 	$(CC) -o pwauth $(CFLAGS) pwauth.o $(LIB)
@


1.1
log
@Add security/pwauth 2.2.8,
A Unix Web Authenticator.
@
text
@@

