diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-13 05:52:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-13 05:52:31 +0000 |
commit | b88cdb3738fb272e88b0357efdb312d0826089d3 (patch) | |
tree | 3ff5dbc8366f6c3c27a944513f47c411f0dc7265 /devel/Makefile | |
parent | Add {start|stop} support to the initialization (rc.d style) scripts. (diff) |
add autogen
AutoGen is a tool designed for generating program files that contain
repetitive text with varied substitutions. Its goal is to simplify the
maintenance of programs that contain large amounts of repetitious text.
This is especially valuable if there are several blocks of such text that
must be kept synchronized.
Notes
Notes:
svn path=/head/; revision=39717
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 0bffee6bcdc8..46d4b3c19b1b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -22,6 +22,7 @@ SUBDIR += asmutils SUBDIR += astyle SUBDIR += autoconf + SUBDIR += autogen SUBDIR += automake SUBDIR += avltree SUBDIR += avr-binutils |