diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-14 16:20:01 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-14 16:20:01 +0000 |
commit | d3cdf254bf26314608279d83530c46427d901d7b (patch) | |
tree | f7c921ec3159fdcb5aa50d4b7dcb35647f622a16 /misc | |
parent | New port, xtimer: (diff) |
Enable xtimer.
Notes
Notes:
svn path=/head/; revision=6932
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index d8a361be3f1a..8dcc2cd1fdb1 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.105 1997/04/27 00:14:27 asami Exp $ +# $Id: Makefile,v 1.106 1997/06/03 20:12:46 max Exp $ # SUBDIR += amanda @@ -43,6 +43,7 @@ SUBDIR += xless SUBDIR += xmaddressbook SUBDIR += xtar + SUBDIR += xtimer SUBDIR += zorro .include <bsd.port.subdir.mk> |