Home | History | Annotate | Line # | Download | only in kdump
Makefile.siginfo-c revision 1.6.4.2
      1  1.6.4.2  apb #	$NetBSD: Makefile.siginfo-c,v 1.6.4.2 2008/10/19 22:05:24 apb Exp $
      2  1.6.4.2  apb 
      3  1.6.4.2  apb # NOTE: <bsd.own.mk> needs to be previously .included for NETBSDSRCDIR
      4  1.6.4.2  apb 
      5  1.6.4.2  apb SIGINFO_H= ${DESTDIR}/usr/include/sys/siginfo.h
      6  1.6.4.2  apb siginfo.c: mksiginfos ${SIGINFO_H}
      7  1.6.4.2  apb 	${_MKTARGET_CREATE}
      8  1.6.4.2  apb 	AWK=${TOOL_AWK:Q} DESTDIR=${DESTDIR} \
      9  1.6.4.2  apb 	${HOST_SH} ${NETBSDSRCDIR}/usr.bin/kdump/mksiginfos > siginfo.c
     10  1.6.4.2  apb 
     11  1.6.4.2  apb DPSRCS+= siginfo.c
     12  1.6.4.2  apb 
     13  1.6.4.2  apb 
     14  1.6.4.2  apb ${SIGINFO_H}: .PRECIOUS
     15