diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-29 20:34:54 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-29 20:34:54 +0800 |
commit | 0f0880d22861761c036cb5f707835b729437a6d9 (patch) | |
tree | 8327a19295036efff7a622568f034ab3b1d68e73 /devel/Makefile | |
parent | 1e8dcad51f367244d2228f0f6cfd0a1d726dd443 (diff) | |
download | freebsd-ports-gnome-0f0880d22861761c036cb5f707835b729437a6d9.tar.gz freebsd-ports-gnome-0f0880d22861761c036cb5f707835b729437a6d9.tar.zst freebsd-ports-gnome-0f0880d22861761c036cb5f707835b729437a6d9.zip |
add hp48cc
C-like compiler that translates input code to the HP48 RPN language
PR: 29642
Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f268c40a763e..36f657a88d62 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -164,6 +164,7 @@ SUBDIR += gvd SUBDIR += happy SUBDIR += happydoc + SUBDIR += hp48cc SUBDIR += hypersrc SUBDIR += i386-rtems-binutils SUBDIR += i386-rtems-chill |