head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2013.07.05.00.56.50;	author svnexp;	state dead;
branches;
next	1.1;

1.1
date	2013.07.05.00.54.37;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/252729
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@all:
	@@echo Nothing to be made.

clean:
	for d in $(SUBDIRS); do make -C $$d clean; done
	rm -f *~ *.o *.d

install:
	@@echo Nothing to be made.
@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/252726
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@@

