summaryrefslogtreecommitdiff
path: root/regress/lib/libc_r/execve
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-01-03 00:43:49 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-01-03 00:43:49 +0000
commit6a0662e18a1f841102b6164ade5ef5d0bb949b20 (patch)
tree4e7ff544f5c6d183674f6cbf37ca481cfc82ca43 /regress/lib/libc_r/execve
parent81db65b5e42027ea2afba92a3af1247d6bffd089 (diff)
convert everything to bsd.regress.mk
Diffstat (limited to 'regress/lib/libc_r/execve')
-rw-r--r--regress/lib/libc_r/execve/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/regress/lib/libc_r/execve/Makefile b/regress/lib/libc_r/execve/Makefile
index 8a828adb6a3..32df4e49111 100644
--- a/regress/lib/libc_r/execve/Makefile
+++ b/regress/lib/libc_r/execve/Makefile
@@ -1,6 +1,5 @@
-# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:10 fgsch Exp $
+# $OpenBSD: Makefile,v 1.2 2002/01/03 00:43:47 art Exp $
PROG= execve
-SRCS= execve.c
-.include <bsd.prog.mk>
+.include <bsd.regress.mk>