head	1.1;
branch	1.1.1;
access;
symbols
	Linux-PAM-0-66:1.1.1.1
	PRE_REL_0_66:1.1.1.1
	OPEN_SOURCE:1.1.1;
locks; strict;
comment	@# @;


1.1
date	98.07.12.05.17.14;	author morgan;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.07.12.05.17.14;	author morgan;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@LIBS=-lfl

padout: parse.tab.o
	$(CC) -o padout parse.tab.o $(LIBS)

parse.tab.o: parse.tab.c lex.yy.c
	$(CC) -c parse.tab.c

parse.tab.c: parse.y
	bison parse.y

lex.yy.c: parse.lex
	flex parse.lex

clean:
	rm -f parse.tab.o parse.tab.c lex.yy.c padout *~ core
@


1.1.1.1
log
@Linux PAM sources pre-0.66
@
text
@@
