[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / xinstall

Diff for /src/usr.bin/xinstall/Makefile between version 1.5 and 1.6

version 1.5, 1997/09/21 11:52:11 version 1.6, 2000/07/19 19:29:16
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 PROG=   xinstall  PROG=   xinstall
 SRCS=   stat_flags.c xinstall.c  SRCS=   xinstall.c
 MAN=    install.1  MAN=    install.1
 .PATH:  ${.CURDIR}/../../bin/ls  
   
 realinstall:  realinstall:
         ${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} \          ${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} \

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6