diff options
author | asami <asami@FreeBSD.org> | 1995-10-03 19:45:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-03 19:45:15 +0800 |
commit | 3b0a0d13baed38ad5c20a1070b273c4d97ded219 (patch) | |
tree | 72aa00670740ea6ae0367286f97a98c3ed61f59c /russian/Makefile | |
parent | 9fa7040edc6ac61b45719260a2ffe58365fb9960 (diff) | |
download | freebsd-ports-gnome-3b0a0d13baed38ad5c20a1070b273c4d97ded219.tar.gz freebsd-ports-gnome-3b0a0d13baed38ad5c20a1070b273c4d97ded219.tar.zst freebsd-ports-gnome-3b0a0d13baed38ad5c20a1070b273c4d97ded219.zip |
Convert all makefiles to new formats.
Diffstat (limited to 'russian/Makefile')
-rw-r--r-- | russian/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/russian/Makefile b/russian/Makefile index aac35e3d0e72..f39281beb641 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -1,6 +1,9 @@ -# $Id: Makefile,v 1.3 1995/08/30 00:54:12 ache Exp $ +# $Id: Makefile,v 1.4 1995/08/31 20:04:58 ache Exp $ # -SUBDIR= d1489 X.language netscape.language pgp.language + SUBDIR += d1489 + SUBDIR += X.language + SUBDIR += netscape.language + SUBDIR += pgp.language .include <bsd.port.subdir.mk> |