head	1.2;
access;
symbols
	morgan_0_75:1.1.1.1
	pam_unpruned:1.1.1.1
	morgan_0_65:1.1.1.1
	MORGAN:1.1.1;
locks; strict;
comment	@# @;


1.2
date	98.11.25.19.45.49;	author jdp;	state dead;
branches;
next	1.1;

1.1
date	98.11.18.01.16.19;	author jdp;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.11.18.01.16.19;	author jdp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove files that we don't use and are unlikely to use.  You can
still get them with "cvs upd -r pam_unpruned" if you want to look at
them.
@
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
log
@Initial revision
@
text
@@


1.1.1.1
log
@Initial import of virgin Linux-PAM 0.65, slightly stripped down.
@
text
@@
