head	1.1;
access;
symbols
	netbsd-11-0-RC4:1.1
	netbsd-11-0-RC3:1.1
	netbsd-11-0-RC2:1.1
	netbsd-11-0-RC1:1.1
	perseant-exfatfs:1.1.0.4
	perseant-exfatfs-base-20250801:1.1
	netbsd-11:1.1.0.2
	netbsd-11-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2025.02.06.19.35.28;	author christos;	state Exp;
branches
	1.1.4.1;
next	;
commitid	HYeaQ26TNGU3CrIF;

1.1.4.1
date	2025.02.06.19.35.28;	author perseant;	state dead;
branches;
next	1.1.4.2;
commitid	23j6GFaDws3O875G;

1.1.4.2
date	2025.08.02.05.58.27;	author perseant;	state Exp;
branches;
next	;
commitid	23j6GFaDws3O875G;


desc
@@


1.1
log
@Split table functions to a separate file.
@
text
@#	$NetBSD: Makefile,v 1.2 2014/04/29 01:21:02 christos Exp $

SYS_SOCKET_H?=	${NETBSDSRCDIR}/sys/sys/socket.h

CPPFLAGS+=	-I.
DPSRCS+=	tables.h
CLEANFILES+=	tables.h
tables.h: ${.PARSEDIR}/tables.awk ${SYS_SOCKET_H}
	${_MKTARGET_CREATE}
	${TOOL_AWK} -f ${.ALLSRC} > ${.TARGET}.tmp \
	&& mv -f -- ${.TARGET}.tmp ${.TARGET}
@


1.1.4.1
log
@file Makefile.inc was added on branch perseant-exfatfs on 2025-08-02 05:58:27 +0000
@
text
@d1 11
@


1.1.4.2
log
@Sync with HEAD
@
text
@a0 11
#	$NetBSD: Makefile.inc,v 1.1 2025/02/06 19:35:28 christos Exp $

SYS_SOCKET_H?=	${NETBSDSRCDIR}/sys/sys/socket.h

CPPFLAGS+=	-I.
DPSRCS+=	tables.h
CLEANFILES+=	tables.h
tables.h: ${.PARSEDIR}/tables.awk ${SYS_SOCKET_H}
	${_MKTARGET_CREATE}
	${TOOL_AWK} -f ${.ALLSRC} > ${.TARGET}.tmp \
	&& mv -f -- ${.TARGET}.tmp ${.TARGET}
@


