diff options
author | Brian S. Dean <bsd@FreeBSD.org> | 2001-02-27 01:13:42 +0000 |
---|---|---|
committer | Brian S. Dean <bsd@FreeBSD.org> | 2001-02-27 01:13:42 +0000 |
commit | 62d5187fccf0677239d1a007c834dbe1916449ce (patch) | |
tree | 1929b0a1f6c0f68b58ae161b2b5f6d9766e4f138 /devel/Makefile | |
parent | Add pam-pgsql 0.3, a pam module for authenticating with PostgreSQL. (diff) |
AVRPROG drives a simple parallel port programmer and is used to
program Atmel's AVR family of microcontrollers.
Notes
Notes:
svn path=/head/; revision=38818
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 cf3cde801439..da026fcda133 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -26,6 +26,7 @@ SUBDIR += avr-binutils SUBDIR += avr-gcc SUBDIR += avr-libc + SUBDIR += avrprog SUBDIR += bcc SUBDIR += bin86 SUBDIR += binutils-m68k |