diff options
author | John Polstra <jdp@FreeBSD.org> | 2000-02-10 05:51:40 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 2000-02-10 05:51:40 +0000 |
commit | 855217bb551f6c414770ff9fe6637e431a8f51ef (patch) | |
tree | 35732aa0003770fb3f7ba141e898c2d938e5bbcc | |
parent | Add four new ports for various portions of the Polytechnique (diff) |
Enable pm3-{base,forms,gui,net}.
Notes
Notes:
svn path=/head/; revision=25634
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index b3aac563baf1..6fa336fb2e0c 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -70,6 +70,10 @@ SUBDIR += perl5 SUBDIR += pgcc SUBDIR += pike + SUBDIR += pm3-base + SUBDIR += pm3-forms + SUBDIR += pm3-gui + SUBDIR += pm3-net SUBDIR += ptoc SUBDIR += python SUBDIR += python+ipv6 |