File:  [ELWIX - Embedded LightWeight unIX -] / tftpd / inc / Makefile.in
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Feb 14 15:38:37 2014 UTC (10 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    1: #
    2: # (C) 2014 by Michael Pounov <misho@openbsd-bg.org>
    3: #   AITNET ltd - Sofia/Bulgaria
    4: #
    5: # $Author: misho $
    6: # $Id: Makefile.in,v 1.1 2014/02/14 15:38:37 misho Exp $
    7: #
    8: 
    9: all:
   10: 
   11: depend:
   12: 
   13: clean:
   14: 	@rm -f *~
   15: 
   16: install:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>