[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.5 and 1.6

version 1.5, 1999/03/19 22:21:27 version 1.6, 1999/03/20 15:36:12
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.5  
changed lines
  Added in v.1.6