diff options
author | thorpej <thorpej> | 1997-12-14 22:44:12 +0000 |
---|---|---|
committer | thorpej <thorpej> | 1997-12-14 22:44:12 +0000 |
commit | 138dfb33939dac9c927af6966120dddb910cde8b (patch) | |
tree | 04724388032d8114ecc8b57abeb681407582f9b2 /net/Makefile | |
parent | 05b352643ce836969f0eb285574bb64b2461125b (diff) | |
download | pkgsrc-138dfb33939dac9c927af6966120dddb910cde8b.tar.gz |
Build tcptrace.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 8818295b53c..29e6660e20d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1997/11/23 22:28:40 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1997/12/14 22:44:12 thorpej Exp $ # FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp # @@ -63,7 +63,7 @@ # SUBDIR += strobe # SUBDIR += sup # SUBDIR += tac_plus -# SUBDIR += tcptrace + SUBDIR += tcptrace # SUBDIR += telnetx # SUBDIR += tintin++ # SUBDIR += tinyfugue |