Old version use bpf.h from internal libpcap and link with

system libpcap in the same time. Fix to use <net/bpf.h> instead

New manpages scheme
This commit is contained in:
Andrey A. Chernov 1998-08-18 14:31:37 +00:00
parent 41e8193b88
commit 6389f112ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12617
7 changed files with 25 additions and 6 deletions

View File

@ -4,7 +4,7 @@
# Date created: Tue Aug 04, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
# $Id: Makefile,v 1.1.1.1 1998/08/04 17:59:51 obrien Exp $
# $Id: Makefile,v 1.2 1998/08/04 18:01:31 obrien Exp $
#
DISTNAME= nmap-1.51
@ -14,6 +14,7 @@ MASTER_SITES= http://www.insecure.org/nmap/
MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
MAN1= nmap.1
post-install:

View File

@ -0,0 +1,19 @@
*** Makefile.in.bak Mon May 25 17:11:27 1998
--- Makefile.in Tue Aug 18 10:18:42 1998
***************
*** 9,15 ****
CC = @CC@
CCOPT =
LIBPCAPDIR = @libpcapdir@
! INCLS = -I. -I$(LIBPCAPDIR)
DEFS = @DEFS@
CFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
LDFLAGS = @LDFLAGS@
--- 9,15 ----
CC = @CC@
CCOPT =
LIBPCAPDIR = @libpcapdir@
! INCLS = -I.
DEFS = @DEFS@
CFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
LDFLAGS = @LDFLAGS@

View File

@ -1,2 +1 @@
bin/nmap
man/man1/nmap.1.gz

View File

@ -4,7 +4,7 @@
# Date created: Tue Aug 04, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
# $Id: Makefile,v 1.1.1.1 1998/08/04 17:59:51 obrien Exp $
# $Id: Makefile,v 1.2 1998/08/04 18:01:31 obrien Exp $
#
DISTNAME= nmap-1.51
@ -14,6 +14,7 @@ MASTER_SITES= http://www.insecure.org/nmap/
MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
MAN1= nmap.1
post-install:

View File

@ -1,2 +1 @@
bin/nmap
man/man1/nmap.1.gz

View File

@ -4,7 +4,7 @@
# Date created: Tue Aug 04, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
# $Id: Makefile,v 1.1.1.1 1998/08/04 17:59:51 obrien Exp $
# $Id: Makefile,v 1.2 1998/08/04 18:01:31 obrien Exp $
#
DISTNAME= nmap-1.51
@ -14,6 +14,7 @@ MASTER_SITES= http://www.insecure.org/nmap/
MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h>
MAN1= nmap.1
post-install:

View File

@ -1,2 +1 @@
bin/nmap
man/man1/nmap.1.gz