diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-25 19:24:31 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-25 19:24:31 +0000 |
commit | 760403690f6ab38ffcb259c4fcf5c255f6494154 (patch) | |
tree | acced32f8908b74c064bc0d56b730412a7a13a3c /benchmarks/forkbomb/files/patch-Makefile | |
parent | - Update to 0.4 final (diff) |
- Update to version 1.3
PR: ports/63359
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=102121
Diffstat (limited to 'benchmarks/forkbomb/files/patch-Makefile')
-rw-r--r-- | benchmarks/forkbomb/files/patch-Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/benchmarks/forkbomb/files/patch-Makefile b/benchmarks/forkbomb/files/patch-Makefile deleted file mode 100644 index 89899088deb3..000000000000 --- a/benchmarks/forkbomb/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Thu Jan 29 14:10:22 2004 -+++ Makefile Thu Jan 29 14:10:51 2004 -@@ -16,7 +16,7 @@ - install -m 444 forkbomb.8 $(DESTDIR)$(PREFIX)/man/man8 - - forkbomb: forkbomb.c Makefile -- ${CC} $(CFLAGS) $(LDFLAGS) -o forkbomb forkbomb.c $(LIBS) -+ ${CC} $(CFLAGS) ${CPPFLAGS} $(LDFLAGS) -o forkbomb forkbomb.c $(LIBS) - - clean: - rm -f *.o forkbomb *~ *core tags |