File:  [ELWIX - Embedded LightWeight unIX -] / tftpd / bin / Makefile.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Feb 14 15:38:37 2014 UTC (10 years, 4 months ago) by misho
Branches: misho, MAIN
CVS tags: tftp1_3, tftp1_2, tftp1_1, tftp0_5, tftp0_4, tftp0_3, tftp0_2, start, TFTP1_2, TFTP1_1, TFTP1_0, TFTP0_4, TFTP0_3, TFTP0_2, HEAD
ELWIX tftpd server

    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.1.1 2014/02/14 15:38:37 misho Exp $
    7: #
    8: prefix = @prefix@
    9: exec_prefix = @exec_prefix@
   10: bindir = @bindir@
   11: sbindir = @sbindir@
   12: 
   13: INSTALL = @INSTALL@
   14: 
   15: SERVS = TFTPd
   16: 
   17: 
   18: all:
   19: 
   20: depend:
   21: 
   22: clean:
   23: 	rm -f ${SERVS}
   24: 
   25: install:
   26: 	${INSTALL} -d ${sbindir}
   27: 	${INSTALL} -o root -g wheel -m 555 ${SERVS} ${sbindir}

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