Use proginstall:: to disable installing PROG.

This commit is contained in:
mycroft 1997-05-07 15:59:08 +00:00
parent bb8827f7d1
commit 6e0450c70f
32 changed files with 50 additions and 77 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 1997/04/28 23:46:19 thorpej Exp $
# $NetBSD: Makefile,v 1.6 1997/05/07 15:59:08 mycroft Exp $
# @(#)Makefile 8.1 (Berkeley) 6/11/93
PROG= mkdict
@ -8,7 +8,8 @@ NOMAN= noman
# XXX for "make depend"
CFLAGS+=-I${.CURDIR}/../boggle
install:
# only needed during build
proginstall::
# Override these rules for cross-compilation
.c.o:

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 1997/04/28 23:46:20 thorpej Exp $
# $NetBSD: Makefile,v 1.4 1997/05/07 15:59:09 mycroft Exp $
# @(#)Makefile 8.1 (Berkeley) 6/11/93
PROG= mkindex
@ -8,7 +8,8 @@ NOMAN= noman
# XXX for "make depend"
CFLAGS+=-I${.CURDIR}/../boggle
install:
# only needed during build
proginstall::
# Override these rules for cross-compilation
.c.o:

View File

@ -1,10 +1,11 @@
# $NetBSD: Makefile,v 1.6 1997/04/28 23:53:25 thorpej Exp $
# $NetBSD: Makefile,v 1.7 1997/05/07 15:59:10 mycroft Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= strfile
MAN= strfile.8
install:
# only needed during build
proginstall::
# Override these rules for cross-compilation
.c.o:

View File

@ -1,11 +1,8 @@
# $NetBSD: Makefile,v 1.5 1995/04/20 22:37:12 cgd Exp $
# $NetBSD: Makefile,v 1.6 1997/05/07 16:01:26 mycroft Exp $
# missing: bin libexec sbin usr.bin usr.sbin share games gnu
SUBDIR+= include lib sys
regress: _SUBDIRUSE
install:
.include <bsd.subdir.mk>

View File

@ -1,10 +1,8 @@
# $NetBSD: Makefile,v 1.5 1995/04/20 22:37:33 cgd Exp $
# $NetBSD: Makefile,v 1.6 1997/05/07 16:01:28 mycroft Exp $
# missing files: stdarg varargs
SUBDIR+= bitstring
regress: _SUBDIRUSE
install:
.include <bsd.subdir.mk>

View File

@ -0,0 +1,2 @@
# do not install regression test programs
proginstall::

View File

@ -1,11 +1,8 @@
# $NetBSD: Makefile,v 1.4 1995/04/20 22:37:50 cgd Exp $
# $NetBSD: Makefile,v 1.5 1997/05/07 16:01:29 mycroft Exp $
PROG= ./bitstring_test
NOMAN= noman, no way, man
install:
regress: test-8 test-27 test-32 test-49 test-64 test-67
test-8: ${PROG}
@ -26,5 +23,4 @@ test-64: ${PROG}
test-67: ${PROG}
${PROG} 67 | diff - ${.CURDIR}/good/67
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1995/04/20 22:38:00 cgd Exp $
# $NetBSD: Makefile,v 1.3 1997/05/07 16:01:30 mycroft Exp $
PROG= stdargtest
SRCS= argtest.c
@ -8,8 +8,6 @@ CFLAGS+= -DSTDARG
.PATH: ${.CURDIR}/../stdarg
install:
regress: ${PROG}
./${PROG}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1995/04/20 22:38:10 cgd Exp $
# $NetBSD: Makefile,v 1.3 1997/05/07 16:01:31 mycroft Exp $
PROG= varargstest
SRCS= argtest.c
@ -8,8 +8,6 @@ CFLAGS+= -DVARARGS
.PATH: ${.CURDIR}/../stdarg
install:
regress: ${PROG}
./${PROG}

View File

@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.2 1995/04/20 22:38:24 cgd Exp $
# $NetBSD: Makefile,v 1.3 1997/05/07 16:01:32 mycroft Exp $
SUBDIR+= libc
regress: _SUBDIRUSE
install:
.include <bsd.subdir.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 1995/04/24 05:52:15 cgd Exp $
# $NetBSD: Makefile,v 1.7 1997/05/07 16:01:33 mycroft Exp $
SUBDIR+= _setjmp db regex setjmp sigsetjmp
.if (${MACHINE_ARCH} != "vax")
@ -11,6 +11,4 @@ SUBDIR+= arch/${MACHINE_ARCH}
regress: _SUBDIRUSE
install:
.include <bsd.subdir.mk>

View File

@ -0,0 +1,2 @@
# do not install regression test programs
proginstall::

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1995/04/20 22:38:44 cgd Exp $
# $NetBSD: Makefile,v 1.3 1997/05/07 16:01:35 mycroft Exp $
PROG= _setjmptest
SRCS= jmptest.c
@ -8,8 +8,6 @@ CFLAGS+= -DTEST_U_SETJMP
.PATH: ${.CURDIR}/../setjmp
install:
regress: ${PROG}
./${PROG}

View File

@ -1,10 +1,8 @@
# $NetBSD: Makefile,v 1.2 1997/03/12 01:47:07 cgd Exp $
# $NetBSD: Makefile,v 1.3 1997/05/07 16:01:36 mycroft Exp $
# do nothing here; none of the tests here can be run automatically
#SUBDIR=
regress: _SUBDIRUSE
install:
.include <bsd.subdir.mk>

View File

@ -0,0 +1,2 @@
# do not install regression test programs
proginstall::

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 1995/12/12 01:54:15 cgd Exp $
# $NetBSD: Makefile,v 1.12 1997/05/07 16:01:38 mycroft Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
PROG= dbtest
@ -9,8 +9,6 @@ CFLAGS+= -g -D__DBINTERFACE_PRIVATE -DDEBUG
NOMAN= noman
CLEANFILES+= t1 t2 t3
install:
regress:
sh ${.CURDIR}/run.test

View File

@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.5 1996/04/09 16:54:18 phil Exp $
# $NetBSD: Makefile,v 1.6 1997/05/07 16:01:39 mycroft Exp $
SUBDIR+= except round
regress: _SUBDIRUSE
install:
.include <bsd.subdir.mk>

View File

@ -0,0 +1,2 @@
# do not install regression test programs
proginstall::

View File

@ -1,11 +1,9 @@
# $NetBSD: Makefile,v 1.1 1995/04/26 00:27:25 jtc Exp $
# $NetBSD: Makefile,v 1.2 1997/05/07 16:01:40 mycroft Exp $
PROG= except
SRCS= except.c
NOMAN=
install:
regress: ${PROG}
./${PROG}

View File

@ -1,11 +1,9 @@
# $NetBSD: Makefile,v 1.1 1995/04/26 00:27:27 jtc Exp $
# $NetBSD: Makefile,v 1.2 1997/05/07 16:01:41 mycroft Exp $
PROG= round
SRCS= round.c
NOMAN=
install:
regress: ${PROG}
./${PROG}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1995/04/20 22:40:13 cgd Exp $
# $NetBSD: Makefile,v 1.3 1997/05/07 16:01:42 mycroft Exp $
PROG= setjmptest
SRCS= jmptest.c
@ -8,8 +8,6 @@ CFLAGS+= -DTEST_SETJMP
.PATH: ${.CURDIR}/../setjmp
install:
regress: ${PROG}
./${PROG}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1995/04/20 22:40:40 cgd Exp $
# $NetBSD: Makefile,v 1.3 1997/05/07 16:01:43 mycroft Exp $
PROG= sigsetjmptest
SRCS= jmptest.c
@ -8,8 +8,6 @@ CFLAGS+= -DTEST_SIGSETJMP
.PATH: ${.CURDIR}/../setjmp
install:
regress: ${PROG}
./${PROG} save
./${PROG} nosave

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 1995/04/20 22:41:08 cgd Exp $
# $NetBSD: Makefile,v 1.5 1997/05/07 16:01:44 mycroft Exp $
SUBDIR+= kern
.if exists(arch/${MACHINE})
@ -7,6 +7,4 @@ SUBDIR+= arch/${MACHINE}
regress: _SUBDIRUSE
install:
.include <bsd.subdir.mk>

View File

@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.2 1995/04/20 22:41:43 cgd Exp $
# $NetBSD: Makefile,v 1.3 1997/05/07 16:01:45 mycroft Exp $
SUBDIR+= ldt
regress: _SUBDIRUSE
install:
.include <bsd.subdir.mk>

View File

@ -0,0 +1,2 @@
# do not install regression test programs
proginstall::

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 1995/04/20 22:42:19 cgd Exp $
# $NetBSD: Makefile,v 1.4 1997/05/07 16:01:46 mycroft Exp $
#
# C Optimizer (-O) breaks this program - don't use !!
CFLAGS=-g
@ -8,13 +8,9 @@ NOMAN= noman
DPADD+= ${LIBARCH}
LDADD+= -li386
install:
regress:
-@if ./testldt; \
then echo PASSED; \
else echo FAILED; fi
.include <bsd.prog.mk>

View File

@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.2 1995/04/20 22:42:51 cgd Exp $
# $NetBSD: Makefile,v 1.3 1997/05/07 16:01:47 mycroft Exp $
SUBDIR+= execve
regress: _SUBDIRUSE
install:
.include <bsd.subdir.mk>

View File

@ -0,0 +1,2 @@
# do not install regression test programs
proginstall::

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 1995/04/20 22:43:03 cgd Exp $
# $NetBSD: Makefile,v 1.5 1997/05/07 16:01:49 mycroft Exp $
PROG= doexec
NOMAN= noman, no way, man
@ -12,8 +12,6 @@ OD= ${.CURDIR}/good
all: ${PROG} goodaout truncaout
CLEANFILES+= goodaout truncaout
install:
regress: test-empty test-nonexist \
test-nonexistshell test-devnullscript test-badinterplen \
test-goodscript test-scriptarg test-scriptarg-nospace \

View File

@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.1 1996/05/17 19:54:57 chuck Exp $
# $NetBSD: Makefile,v 1.2 1997/05/07 15:59:10 mycroft Exp $
PROG= prtvid
NOMAN=
install:
# only needed during build
proginstall::
.include <bsd.prog.mk>

View File

@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.1 1996/05/17 19:58:53 chuck Exp $
# $NetBSD: Makefile,v 1.2 1997/05/07 15:59:11 mycroft Exp $
PROG= wrtvid
NOMAN=
install:
# only needed during build
proginstall::
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 1997/05/06 20:45:50 gwr Exp $
# $NetBSD: Makefile,v 1.4 1997/05/07 15:59:12 mycroft Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= retest
@ -6,6 +6,7 @@ SRCS= regexp.c retest.c
.PATH.c: ${.CURDIR}/..
NOMAN= noman
install:
# do not install test programs
proginstall::
.include <bsd.prog.mk>