diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-02-17 16:11:46 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-02-17 16:11:46 +0000 |
commit | aad79f3e3f48a6d67fa141072e0b311ad0092346 (patch) | |
tree | e846477c4c298e697e48127653b6378fac27cef2 /devel/Makefile | |
parent | Update to version 0.1h (diff) |
New Port: devel/as80
As80 is a lightweight 8080/8085 assembler for UN*X systems.
PR: 24235
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes
Notes:
svn path=/head/; revision=38433
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 c0bd5ce89c18..417c2b456298 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -16,6 +16,7 @@ SUBDIR += arm-aout-gcc295 SUBDIR += arm-elf-binutils SUBDIR += arm-elf-gcc295 + SUBDIR += as80 SUBDIR += asis SUBDIR += asl SUBDIR += astyle |