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

Diff for /src/usr.bin/ypwhich/Makefile between version 1.3 and 1.4

version 1.3, 1997/09/21 11:52:19 version 1.4, 1998/01/18 20:13:07
Line 2 
Line 2 
 #       from: @(#)Makefile      5.8 (Berkeley) 7/28/90  #       from: @(#)Makefile      5.8 (Berkeley) 7/28/90
   
 PROG=   ypwhich  PROG=   ypwhich
   SRCS=   ypwhich.c yplib_host.c
   MAN=    ypwhich.1
   
   .PATH:  ${.CURDIR}/../../usr.sbin/ypserv/common
   CFLAGS+=-I${.CURDIR}/../../usr.sbin/ypserv/common
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4