diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
commit | ac3066bf75f468401e4a8243ba4ea731c187b370 (patch) | |
tree | e3a493de948df0105f48151974dbe8794e55fc20 /lang/Sather | |
parent | 8938ad51ee770a85d67fd2e77d524ffae87efe38 (diff) |
Notes
Diffstat (limited to 'lang/Sather')
-rw-r--r-- | lang/Sather/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index 2c9351688232..8573edaf1dc7 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -3,11 +3,12 @@ # Date created: Mon Oct 31 22:04:12 PST 1994 # Whom: hsu # -# $Id: Makefile,v 1.4 1995/02/25 19:42:36 hsu Exp $ +# $Id: Makefile,v 1.5 1995/03/05 08:20:43 hsu Exp $ # DISTNAME= Sather-1.0.5 MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/sather/ +CATEGORIES+= languages WRKSRC= ${WRKDIR}/Sather ALL_TARGET= testall |