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 | |
parent | c46f10d6d1297bd07fb00e03daee3bad1c616bd8 (diff) | |
download | freebsd-ports-62d709abb57cd60c6bff1cc682a68ed31e4da5e2.zip |
Add cproto.
-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 |