diff options
author | asami <asami@FreeBSD.org> | 1995-10-03 11:45:15 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-03 11:45:15 +0000 |
commit | 3b0a0d13baed38ad5c20a1070b273c4d97ded219 (patch) | |
tree | 72aa00670740ea6ae0367286f97a98c3ed61f59c /shells | |
parent | 9fa7040edc6ac61b45719260a2ffe58365fb9960 (diff) | |
download | FreeBSD-ports-3b0a0d13baed38ad5c20a1070b273c4d97ded219.zip FreeBSD-ports-3b0a0d13baed38ad5c20a1070b273c4d97ded219.tar.gz |
Convert all makefiles to new formats.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/shells/Makefile b/shells/Makefile index 91bc1af..f468aac 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,6 +1,9 @@ -# $Id: Makefile,v 1.8 1995/04/25 07:03:53 asami Exp $ +# $Id: Makefile,v 1.9 1995/05/14 03:30:01 asami Exp $ # -SUBDIR= bash pdksh tcsh zsh + SUBDIR += bash + SUBDIR += pdksh + SUBDIR += tcsh + SUBDIR += zsh .include <bsd.port.subdir.mk> |