diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-06 12:15:11 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-06 12:15:11 +0000 |
commit | 72734182c18b13f81cefc42e392b6dbe9776ead0 (patch) | |
tree | c04b640ee3a66276778fe3051072a6772c4a8ca6 /sysutils/rtty | |
parent | ef2e0993a6f80c4225af2705f6be1b9c4033e2a1 (diff) |
Notes
Diffstat (limited to 'sysutils/rtty')
-rw-r--r-- | sysutils/rtty/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/rtty/Makefile b/sysutils/rtty/Makefile index 63e682a6a03f..f9f8975d6c98 100644 --- a/sysutils/rtty/Makefile +++ b/sysutils/rtty/Makefile @@ -5,15 +5,13 @@ # # Author: Paul Vixie / Internet Software Consortium # -# $Id: Makefile,v 1.1.1.1 1996/08/24 18:46:54 jkh Exp $ +# $Id: Makefile,v 1.2 1996/11/17 08:06:19 obrien Exp $ # DISTNAME= rtty-3.2 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.vix.com/pub/vixie/ -MAINTAINER= jkh@FreeBSD.org - NO_WRKSUBDIR= yes .include <bsd.port.mk> |