diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-02-29 20:11:08 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-02-29 20:11:08 +0000 |
commit | 62d709abb57cd60c6bff1cc682a68ed31e4da5e2 (patch) | |
tree | 08a4ad26ca8eb42bef64789dc242004c81b247f0 /devel/Makefile | |
parent | Cproto is a program that generates function prototypes and variable (diff) |
Add cproto.
Notes
Notes:
svn path=/head/; revision=26450
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 5a31724093ea..2f76b2146db6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -27,6 +27,7 @@ SUBDIR += codecrusader SUBDIR += cons SUBDIR += cook + SUBDIR += cproto SUBDIR += crossgo32 SUBDIR += crossgo32-djgpp2 SUBDIR += crossgo32-djgpp2-pdcurses |