head	1.2;
access;
symbols
	REL_0_07:1.1.1.2
	arelease:1.1.1.2
	avendor:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2005.02.02.05.25.47;	author chaeya;	state Exp;
branches;
next	1.1;

1.1
date	2004.12.26.05.48.23;	author chaeya;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2004.12.26.05.48.23;	author chaeya;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2005.01.05.02.01.46;	author chaeya;	state Exp;
branches;
next	;


desc
@@


1.2
log
@*** empty log message ***
@
text
@VERSION		= 0.0.8
PROG		= sysinfo
bindir		= /usr/local/bin
confdir		= /etc/sysinfo
INSTALL		= /usr/bin/install
RM		= /bin/rm
MKDIR		= /bin/mkdir -p

install:
	$(MKDIR) $(bindir)
	$(MKDIR) $(confdir)
	$(INSTALL) -m 755 $(PROG) $(bindir)/$(PROG)
	$(INSTALL) -m 644 pcitable $(confdir)/pcitable

clean:
	-${RM} -f $(bindir)/sysinfo
	-${RM} -f $(confdir)/pcitable
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
VERSION		= 0.0.6
@


1.1.1.1
log
@no message
@
text
@@


1.1.1.2
log
@no message
@
text
@d1 1
a1 1
VERSION		= 0.0.7
@

