head	1.3;
access;
symbols
	perseant-exfatfs-base-20250801:1.3
	perseant-exfatfs-base-20240630:1.3
	perseant-exfatfs:1.3.0.22
	perseant-exfatfs-base:1.3
	cjep_sun2x:1.3.0.20
	cjep_sun2x-base:1.3
	cjep_staticlib_x-base1:1.3
	cjep_staticlib_x:1.3.0.18
	cjep_staticlib_x-base:1.3
	phil-wifi-20200421:1.3
	phil-wifi-20200411:1.3
	phil-wifi-20200406:1.3
	pgoyette-compat-merge-20190127:1.3
	pgoyette-compat-20190127:1.3
	pgoyette-compat-20190118:1.3
	pgoyette-compat-1226:1.3
	pgoyette-compat-1126:1.3
	pgoyette-compat-1020:1.3
	pgoyette-compat-0930:1.3
	pgoyette-compat-0906:1.3
	pgoyette-compat-0728:1.3
	pgoyette-compat-0625:1.3
	pgoyette-compat-0521:1.3
	pgoyette-compat-0502:1.3
	pgoyette-compat-0422:1.3
	pgoyette-compat-0415:1.3
	pgoyette-compat-0407:1.3
	pgoyette-compat-0330:1.3
	pgoyette-compat-0322:1.3
	pgoyette-compat-0315:1.3
	pgoyette-compat:1.3.0.16
	pgoyette-compat-base:1.3
	perseant-stdc-iso10646:1.3.0.14
	perseant-stdc-iso10646-base:1.3
	prg-localcount2-base3:1.3
	prg-localcount2-base2:1.3
	prg-localcount2-base1:1.3
	prg-localcount2:1.3.0.12
	prg-localcount2-base:1.3
	pgoyette-localcount-20170426:1.3
	bouyer-socketcan-base1:1.3
	pgoyette-localcount-20170320:1.3
	bouyer-socketcan:1.3.0.10
	bouyer-socketcan-base:1.3
	pgoyette-localcount-20170107:1.3
	pgoyette-localcount-20161104:1.3
	localcount-20160914:1.3
	pgoyette-localcount-20160806:1.3
	pgoyette-localcount-20160726:1.3
	pgoyette-localcount:1.3.0.8
	pgoyette-localcount-base:1.3
	yamt-pagecache-base9:1.3
	yamt-pagecache-tag8:1.3
	tls-earlyentropy:1.3.0.4
	tls-earlyentropy-base:1.3
	riastradh-xf86-video-intel-2-7-1-pre-2-21-15:1.3
	riastradh-drm2-base3:1.3
	agc-symver:1.3.0.6
	agc-symver-base:1.3
	tls-maxphys-base:1.3
	yamt-pagecache-base8:1.3
	yamt-pagecache-base7:1.3
	yamt-pagecache-base6:1.3
	yamt-pagecache-base5:1.3
	yamt-pagecache-base4:1.3
	yamt-pagecache-base3:1.3
	yamt-pagecache-base2:1.3
	yamt-pagecache:1.3.0.2
	yamt-pagecache-base:1.3
	cherry-xenmp:1.2.0.4
	cherry-xenmp-base:1.2
	bouyer-quota2-nbase:1.2
	bouyer-quota2:1.2.0.2
	bouyer-quota2-base:1.2
	matt-mips64-premerge-20101231:1.2;
locks; strict;
comment	@# @;


1.3
date	2011.11.01.23.07.34;	author pgoyette;	state dead;
branches;
next	1.2;

1.2
date	2010.12.20.16.13.44;	author joerg;	state Exp;
branches;
next	1.1;

1.1
date	2010.05.19.21.55.36;	author christos;	state Exp;
branches;
next	;


desc
@@


1.3
log
@ether_aton test has been atf-ified
@
text
@#	$NetBSD: Makefile,v 1.2 2010/12/20 16:13:44 joerg Exp $
#
# To use this, copy / link the cpu_in_cksum.S from the arch subdirectory
# and copy assym.h from the build directory of a kernel.
#

NOMAN=	# defined
.include <bsd.own.mk>

PROG=	ether_aton_r
SRCS=	ether_aton_r.c main.c
WARNS ?=	4

CLEANFILES+=ether_aton_r.c

ether_aton_r.c: autogen ${NETBSDSRCDIR}/sys/net/if_ethersubr.c
	${HOST_SH} ${.ALLSRC} ${.TARGET}

regress:
	@@if ./${PROG} ; then		\
		echo "PASSED";		\
	else				\
		echo "FAILED";		\
	fi

.include <bsd.prog.mk>
@


1.2
log
@Use ${HOST_SH}
@
text
@d1 1
a1 1
#	$NetBSD: src/regress/sys/net/ether_aton_r/Makefile,v 1.1 2010-05-19 21:55:36 christos Exp $
@


1.1
log
@regression test for ether_aton_r()
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.4 2008/02/02 18:18:14 uwe Exp $
d17 1
a17 1
	${.ALLSRC} ${.TARGET}
@

