summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sigreturn
diff options
context:
space:
mode:
authorart <>2002-01-01 23:00:52 +0000
committerart <>2002-01-01 23:00:52 +0000
commit12500c11cd028a3e4cbb42f43ab235ae1e5dc00e (patch)
tree7f453184f0acf115b25b01951e426ecd621e37e8 /src/regress/lib/libc/sigreturn
parente4fe8cb2822189b368e582b684f1b687cd745a7f (diff)
downloadopenbsd-12500c11cd028a3e4cbb42f43ab235ae1e5dc00e.tar.gz
openbsd-12500c11cd028a3e4cbb42f43ab235ae1e5dc00e.tar.bz2
openbsd-12500c11cd028a3e4cbb42f43ab235ae1e5dc00e.zip
trivial conversions to bsd.regress.mk
Diffstat (limited to 'src/regress/lib/libc/sigreturn')
-rw-r--r--src/regress/lib/libc/sigreturn/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/regress/lib/libc/sigreturn/Makefile b/src/regress/lib/libc/sigreturn/Makefile
index 6a40c40fe0..3212ec4635 100644
--- a/src/regress/lib/libc/sigreturn/Makefile
+++ b/src/regress/lib/libc/sigreturn/Makefile
@@ -1,16 +1,7 @@
1# $OpenBSD: Makefile,v 1.1 2001/12/17 02:36:00 marc Exp $ 1# $OpenBSD: Makefile,v 1.2 2002/01/01 23:00:51 art Exp $
2 2
3PROG= sigret 3PROG= sigret
4SRCS= sigret.c
5NOMAN= noman
6 4
7DEBUG+= -ggdb 5DEBUG+= -ggdb
8 6
9.PATH: ${.CURDIR}/../sigret 7.include <bsd.regress.mk>
10
11install:
12
13regress: ${PROG}
14 ./${PROG}
15
16.include <bsd.prog.mk>