From 3bdc213839894a0b030b1dbcd75627552b53f9e0 Mon Sep 17 00:00:00 2001 From: shin Date: Sun, 9 Jan 2000 19:17:30 +0000 Subject: tcp updates to support IPv6. also a small patch to sys/nfs/nfs_socket.c, as max_hdr size change. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project --- usr.sbin/trpt/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/trpt/Makefile') diff --git a/usr.sbin/trpt/Makefile b/usr.sbin/trpt/Makefile index 19b41da..8445d13 100644 --- a/usr.sbin/trpt/Makefile +++ b/usr.sbin/trpt/Makefile @@ -1,8 +1,10 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= trpt MAN8= trpt.8 BINGRP= kmem BINMODE=2555 +CFLAGS+=-DINET6 .include -- cgit v1.1