Module Name: src
Committed By: nakayama
Date: Thu Dec 14 14:38:17 UTC 2017
Modified Files:
src/tests/kernel: Makefile
Log Message:
Use SCRIPTS instead of PROGS to avoid strip(1) if STRIPFLAG=-s.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/tests/kernel/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/kernel/Makefile
diff -u src/tests/kernel/Makefile:1.51 src/tests/kernel/Makefile:1.52
--- src/tests/kernel/Makefile:1.51 Tue Dec 12 18:19:45 2017
+++ src/tests/kernel/Makefile Thu Dec 14 14:38:17 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2017/12/12 18:19:45 christos Exp $
+# $NetBSD: Makefile,v 1.52 2017/12/14 14:38:17 nakayama Exp $
NOMAN= # defined
@@ -29,8 +29,9 @@ PROGS= h_ps_strings1
PROGS+= h_ps_strings2
PROGS+= h_segv
PROGS+= h_getprocpath
-PROGS+= h_interpreter
-SRCS.h_interpreter += h_interpreter.sh
+
+SCRIPTSDIR= ${TESTSDIR}
+SCRIPTS= h_interpreter.sh
LDADD.t_mqueue+= -lrt