diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-06-29 09:51:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-06-29 09:51:15 +0000 |
commit | 92e7032c8577386294df21e13079dd98b03f164b (patch) | |
tree | 6d7e3233c8ec25a4d85d5ce44613a93364991262 /net | |
parent | Style police: (diff) |
Minor style tweak
Notes
Notes:
svn path=/head/; revision=7118
Diffstat (limited to 'net')
-rw-r--r-- | net/rshell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rshell/Makefile b/net/rshell/Makefile index f91eaed5f92c..d699eb902930 100644 --- a/net/rshell/Makefile +++ b/net/rshell/Makefile @@ -3,12 +3,13 @@ # Date created: 1997/06/09 # Whom: wosch # -# $Id: Makefile,v 1.1.1.1 1997/06/22 19:16:25 wosch Exp $ +# $Id: Makefile,v 1.2 1997/06/22 19:27:38 wosch Exp $ DISTNAME= rshell-1.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} + MAINTAINER= wosch@FreeBSD.ORG .include <bsd.port.mk> |