diff options
author | hoek <hoek@FreeBSD.org> | 1998-09-05 21:43:26 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-09-05 21:43:26 +0000 |
commit | 8c58c3ef8164653bc2f0608f4933065ce6f49da6 (patch) | |
tree | acee9ffc237177160c4540354b51f791db874ae6 /net/ntop | |
parent | a253ef5c2a94828e16fbc0b5e9d5c44eba11fc72 (diff) | |
download | FreeBSD-ports-8c58c3ef8164653bc2f0608f4933065ce6f49da6.zip FreeBSD-ports-8c58c3ef8164653bc2f0608f4933065ce6f49da6.tar.gz |
"CFLAGS+=__dead=" because mistakenly Bruce thought two years in
the grave would be enough to kill __dead.
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 48df054..deee698 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -3,7 +3,7 @@ # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.1.1.1 1998/08/11 02:59:56 mph Exp $ +# $Id: Makefile,v 1.2 1998/08/11 09:57:51 andreas Exp $ # DISTNAME= ntop-0.4-src @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME} USE_AUTOCONF= yes ALL_TARGET= INSTALL_TARGET= install install-man +CFLAGS+= -D__dead= MAN8= ntop.8 |