Index: head/benchmarks/forkbomb/Makefile =================================================================== --- head/benchmarks/forkbomb/Makefile (revision 99400) +++ head/benchmarks/forkbomb/Makefile (revision 99401) @@ -1,20 +1,24 @@ # New ports collection makefile for: forkbomb # Date created: 21 Jan 2004 # Whom: Radim Kolar # # $FreeBSD$ # PORTNAME= forkbomb PORTVERSION= 1.0 CATEGORIES= benchmarks MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/benchmark MAINTAINER= hsn@netmag.cz COMMENT= System stress testing tool USE_GETOPT_LONG=yes + +MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" \ + LDFLAGS="${LDFLAGS}" + MAN8= forkbomb.8 .include Property changes on: head/benchmarks/forkbomb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/benchmarks/forkbomb/files/patch-Makefile =================================================================== --- head/benchmarks/forkbomb/files/patch-Makefile (nonexistent) +++ head/benchmarks/forkbomb/files/patch-Makefile (revision 99401) @@ -0,0 +1,11 @@ +--- 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 Property changes on: head/benchmarks/forkbomb/files/patch-Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property