diff options
author | Will Andrews <will@FreeBSD.org> | 2000-03-25 21:10:13 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-03-25 21:10:13 +0000 |
commit | c2b3d7e609aecca3299f3acae6a69753b1ccdfa2 (patch) | |
tree | 3c1e9cb953fcb7e990d9e68697475fa872312afe /devel/Makefile | |
parent | - fix typo in variable name (Louis), changed it to HP8XX_DRV afterwards (diff) |
Add Troll Tech's tmake utility, which will be used by my upcoming twinlib
port, and perhaps others in the future. Activate tmake in devel/Makefile.
Also made a COMMENT nit.
PR: 17265
Submitted by: Roland Jesse <jesse@cs.uni-magdeburg.de>
Notes
Notes:
svn path=/head/; revision=27047
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 745bdfcb61d8..cda712f1b6ff 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -209,6 +209,7 @@ SUBDIR += tkcon SUBDIR += tkcvs SUBDIR += tkref + SUBDIR += tmake SUBDIR += tvision SUBDIR += uclmmbase SUBDIR += ups-debug |