diff options
author | art <> | 2002-01-01 23:00:52 +0000 |
---|---|---|
committer | art <> | 2002-01-01 23:00:52 +0000 |
commit | 12500c11cd028a3e4cbb42f43ab235ae1e5dc00e (patch) | |
tree | 7f453184f0acf115b25b01951e426ecd621e37e8 /src/regress/lib/libc/malloc/Makefile | |
parent | e4fe8cb2822189b368e582b684f1b687cd745a7f (diff) | |
download | openbsd-12500c11cd028a3e4cbb42f43ab235ae1e5dc00e.tar.gz openbsd-12500c11cd028a3e4cbb42f43ab235ae1e5dc00e.tar.bz2 openbsd-12500c11cd028a3e4cbb42f43ab235ae1e5dc00e.zip |
trivial conversions to bsd.regress.mk
Diffstat (limited to 'src/regress/lib/libc/malloc/Makefile')
-rw-r--r-- | src/regress/lib/libc/malloc/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/regress/lib/libc/malloc/Makefile b/src/regress/lib/libc/malloc/Makefile index ca8fb32343..e328451d5a 100644 --- a/src/regress/lib/libc/malloc/Makefile +++ b/src/regress/lib/libc/malloc/Makefile | |||
@@ -1,14 +1,6 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2001/12/05 09:52:01 deraadt Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2002/01/01 23:00:51 art Exp $ |
2 | # $NetBSD: Makefile,v 1.2 1995/04/20 22:40:13 cgd Exp $ | 2 | # $NetBSD: Makefile,v 1.2 1995/04/20 22:40:13 cgd Exp $ |
3 | 3 | ||
4 | PROG= malloc0test | 4 | PROG= malloc0test |
5 | NOMAN= noman, no way, man | ||
6 | 5 | ||
7 | .PATH: ${.CURDIR}/../malloc | 6 | .include <bsd.regress.mk> |
8 | |||
9 | install: | ||
10 | |||
11 | regress: ${PROG} | ||
12 | ./${PROG} | ||
13 | |||
14 | .include <bsd.prog.mk> | ||