move swab regression test to subdir

This commit is contained in:
perry 2005-03-13 15:33:45 +00:00
parent 4d7b53f8df
commit 6439a725d3
3 changed files with 14 additions and 9 deletions

View File

@ -1,10 +1,5 @@
# $NetBSD: Makefile,v 1.3 2002/09/18 05:41:41 lukem Exp $
# $NetBSD: Makefile,v 1.4 2005/03/13 15:33:45 perry Exp $
NOMAN= # defined
SUBDIR+= swab
PROG= swabcheck
regress: ${PROG}
./${PROG}
.include <bsd.prog.mk>
.include <bsd.subdir.mk>

View File

@ -0,0 +1,10 @@
# $NetBSD: Makefile,v 1.1 2005/03/13 15:33:45 perry Exp $
NOMAN= # defined
PROG= swabcheck
regress: ${PROG}
./${PROG}
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
/* $NetBSD: swabcheck.c,v 1.4 2005/02/06 06:05:19 perry Exp $ */
/* $NetBSD: swabcheck.c,v 1.1 2005/03/13 15:33:45 perry Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.