[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / kdump

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/kdump/Makefile between version 1.17 and 1.18

version 1.17, 2000/11/14 00:10:16 version 1.18, 2002/08/27 14:46:16
Line 1 
Line 1 
 #       $NetBSD$  #       $NetBSD$
 #       @(#)Makefile    8.1 (Berkeley) 6/6/93  #       @(#)Makefile    8.1 (Berkeley) 6/6/93
   
 .include <bsd.own.mk>  .include <bsd.own.mk>           # for MKDYNAMICROOT definition
   
 PROG=   kdump  PROG=   kdump
 CPPFLAGS+=-I${.CURDIR}/../ktrace -I${.CURDIR}/../../sys  CPPFLAGS+=-I${.CURDIR}/../ktrace -I${.CURDIR}/../../sys
 LDSTATIC?=-static  
 SRCS=   kdump.c ioctl.c subr.c setemul.c  SRCS=   kdump.c ioctl.c subr.c setemul.c
 .PATH:  ${.CURDIR}/../ktrace  .PATH:  ${.CURDIR}/../ktrace
 CLEANFILES+=ioctl.c  CLEANFILES+=ioctl.c
 WFORMAT=1  WFORMAT=1
   
   .if (${MKDYNAMICROOT} == "no")
   LDSTATIC?=-static
   .endif
   
 .include "Makefile.ioctl-c"  .include "Makefile.ioctl-c"
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>