Home | History | Annotate | Line # | Download | only in getaddrinfo
Makefile.inc revision 1.1.4.2
      1  1.1.4.2  perseant #	$NetBSD: Makefile.inc,v 1.1.4.2 2025/08/02 05:58:27 perseant Exp $
      2  1.1.4.2  perseant 
      3  1.1.4.2  perseant SYS_SOCKET_H?=	${NETBSDSRCDIR}/sys/sys/socket.h
      4  1.1.4.2  perseant 
      5  1.1.4.2  perseant CPPFLAGS+=	-I.
      6  1.1.4.2  perseant DPSRCS+=	tables.h
      7  1.1.4.2  perseant CLEANFILES+=	tables.h
      8  1.1.4.2  perseant tables.h: ${.PARSEDIR}/tables.awk ${SYS_SOCKET_H}
      9  1.1.4.2  perseant 	${_MKTARGET_CREATE}
     10  1.1.4.2  perseant 	${TOOL_AWK} -f ${.ALLSRC} > ${.TARGET}.tmp \
     11  1.1.4.2  perseant 	&& mv -f -- ${.TARGET}.tmp ${.TARGET}
     12