diff options
author | asami <asami@FreeBSD.org> | 1996-05-04 01:58:38 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-05-04 01:58:38 +0000 |
commit | 11deb96012e596528fcdc93a31c1cb4258b1d23d (patch) | |
tree | 878428e4fcd93194460d1452033989f238928aa9 /net/Makefile | |
parent | 812a776814e3ce81a5c301401a47f48f9494dcb9 (diff) | |
download | FreeBSD-ports-11deb96012e596528fcdc93a31c1cb4258b1d23d.zip FreeBSD-ports-11deb96012e596528fcdc93a31c1cb4258b1d23d.tar.gz |
Add trafshow.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index f3ac4b2..b48b334 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.66 1996/04/12 08:42:56 asami Exp $ +# $Id: Makefile,v 1.67 1996/04/18 16:42:12 ache Exp $ # SUBDIR += archie @@ -31,6 +31,7 @@ SUBDIR += tintin++ SUBDIR += tinyfugue SUBDIR += tkined + SUBDIR += trafshow SUBDIR += vic SUBDIR += wais SUBDIR += wu-ftpd |