diff options
Diffstat (limited to 'net/tcpillust/Makefile')
-rw-r--r-- | net/tcpillust/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile index bd5ddea8829f..184d97e8dfb0 100644 --- a/net/tcpillust/Makefile +++ b/net/tcpillust/Makefile @@ -25,6 +25,8 @@ PLIST_FILES= bin/tcpillust \ WRKSRC= ${WRKDIR}/${PORTNAME} +OPTIONS_DEFINE= DOCS + do-build: .for file in binread.c button.c draw.c parser.c tcpillust.c tcpdump/print-tcp.c ${CC} ${CFLAGS} -DHAVE_BPF_DUMP -I/usr/include -I/usr/include/pcap -I${LOCALBASE}/include/ -I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR} \ |