diff options
| author | Andreas Klemm <andreas@FreeBSD.org> | 1996-11-17 20:02:13 +0000 |
|---|---|---|
| committer | Andreas Klemm <andreas@FreeBSD.org> | 1996-11-17 20:02:13 +0000 |
| commit | ed4bfef983e97bdfc53bf52a520c6ec27e07cce6 (patch) | |
| tree | a758bfc7436bc3d61ea72e9b0e9bd0f33526dbd7 /net/bb/files/patch-aa | |
| parent | 2d0b362f2175066cea8129a535f6233f04eb630a (diff) | |
--- Big Brother ---
a Web-based Unix Network Monitoring and Notification System
by Sean MacGuire <sean@iti.qc.ca>
Home Page: http://www.iti.qc.ca/iti/users/sean/bb-dnld/
A Life Example: http://www.menet.umn.edu/~clolson/bb/bb.html (40 machines)
Diffstat (limited to 'net/bb/files/patch-aa')
| -rw-r--r-- | net/bb/files/patch-aa | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/bb/files/patch-aa b/net/bb/files/patch-aa new file mode 100644 index 000000000000..ddae4db1c3de --- /dev/null +++ b/net/bb/files/patch-aa @@ -0,0 +1,23 @@ +--- src/Makefile.freebsd.orig Sun Nov 17 19:03:26 1996 ++++ src/Makefile.freebsd Sun Nov 17 19:04:10 1996 +@@ -1,19 +1,5 @@ +-SHELL = /bin/sh +-MAKE = make +-CC = gcc +- +-# FLAGS REQUIRED FOR PORTING +-# SUNOS 4.1.4, HPUX 10.0, and LINUX NEED NOTHING DEFINED +-# EXCEPT MAYBE THE OPTIMIZER +-# CFLAGS=-O +-# LIBS= +- +-# SOLARIS +-#CFLAGS=-DBZERO -O +-#LIBS = -ll -lnsl -lsocket # SOLARIS NEEDS THIS +- + # FREEBSD NEEDS SPECIAL ZOMBIE HANDLING +-CFLAGS=-DZOMBIE -O ++CFLAGS+=-DZOMBIE + + all: bb bbd touchtime + |
