Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / regress / sys / net / bpf / out-of-bounds / Makefile
blob5913363798f0ffbdd29899103e9ee102ab58275d
1 # $NetBSD: Makefile,v 1.1 2005/12/25 22:07:01 rpaulo Exp $
3 .ifdef REGRESS_LOG
4 regress:
5 @echo sys/net/bpf/out-of-bounds out-of-bounds \
6 `./out-of-bounds.sh` | tee ${REGRESS_LOG} ; true
7 .else
8 regress:
9 @echo sys/net/bpf/out-of-bounds out-of-bounds \
10 `./out-of-bounds.sh`; true
11 .endif
13 .include <bsd.prog.mk>