diff options
author | max <max@FreeBSD.org> | 1997-06-14 16:20:01 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-06-14 16:20:01 +0000 |
commit | 4fcf514788a8a38a06d385c66c0cdb707500bc70 (patch) | |
tree | 018d2acfec92eb92717c7887a39cf96fc91c53d0 | |
parent | cb69bf4bf8df21c4199e14c6f369b1455949c97d (diff) | |
download | FreeBSD-ports-4fcf514788a8a38a06d385c66c0cdb707500bc70.zip FreeBSD-ports-4fcf514788a8a38a06d385c66c0cdb707500bc70.tar.gz |
Enable xtimer.
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index d8a361b..8dcc2cd 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> |