diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-04-07 19:00:04 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-04-07 19:00:04 +0000 |
commit | a59dfc8ed43e2fcfea032748664517b6abcb5d4b (patch) | |
tree | c26a91dee29746de88aef4207838337aef8ef7b1 /security/nmapfe | |
parent | 27319291ac727d68dc59cfc098ee9a4fd6d3a623 (diff) | |
download | ports-a59dfc8ed43e2fcfea032748664517b6abcb5d4b.tar.gz ports-a59dfc8ed43e2fcfea032748664517b6abcb5d4b.zip |
Notes
Diffstat (limited to 'security/nmapfe')
-rw-r--r-- | security/nmapfe/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/nmapfe/Makefile b/security/nmapfe/Makefile index 93a1cbbcbaad..7f8c03585263 100644 --- a/security/nmapfe/Makefile +++ b/security/nmapfe/Makefile @@ -4,7 +4,7 @@ # Date created: Tue Aug 04, 1998 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.15 1999/04/03 09:32:23 obrien Exp $ +# $Id: Makefile,v 1.16 1999/04/04 22:54:44 obrien Exp $ # DISTNAME= nmap-2.12 @@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc -OSVERSION!= sysctl -n kern.osreldate .if ${OSVERSION} < 300004 CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h> .endif |