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