head     1.1;
branch   1.1.1;
access   ;
symbols  arelease:1.1.1.1 avendor:1.1.1;
locks    ; strict;
comment  @# @;


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

1.1.1.1
date     2005.01.06.05.16.08;  author chaeya;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@VERSION		= 0.0.7
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.1.1
log
@php board - skin enable
@
text
@@
