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.15;	author morgan;	state Exp;
branches
	1.1.1.1;
next	;

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


desc
@@



1.1
log
@Initial revision
@
text
@MKDIR      = mkdir -p
INSTALLBIN = install -m 644 -o root -g root

testing.agent: test_agent.c
	$(CC) $(CFLAGS) -o $@@ $<

install: testing.agent
	$(MKDIR) $(ROOTDIR)/usr/sbin/pamc
	$(INSTALLBIN) testing.agent $(ROOTDIR)/usr/sbin/pamc

remove:
	rm -f /usr/sbin/pamc/testing.agent

clean:
	rm -f testing.agent core output

extraclean: clean
	rm -f *~
@


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