diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
commit | 4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75 (patch) | |
tree | 15e4740db2f14a3ea4848f1dfcc64de1e6b5d9bf /security/nmap | |
parent | feb212beb00bfe3bc18e398c9d57084415ce3efd (diff) |
Notes
Diffstat (limited to 'security/nmap')
-rw-r--r-- | security/nmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 37fc93c8152e..7fb266048de2 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -22,7 +22,7 @@ MAINTAINER= obrien@FreeBSD.org .include <bsd.port.pre.mk> GNU_CONFIGURE= yes -CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc +CONFIGURE_ARGS= --libdir=${PREFIX}/share/misc .if ${OSVERSION} < 300004 CFLAGS+= -DDLT_RAW=12 # for obsoleted <net/bpf.h> .endif |