diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-05 17:12:01 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-05 17:12:01 +0000 |
commit | aebd1b85f646c4dd32836defc06a4fc2b8e9dcef (patch) | |
tree | df1ab29cbda8db2c92e74a1f6646a507710c2f6b /misc/Makefile | |
parent | Delay is a program that counts down the number of seconds specified (diff) |
Activate delay.
PR: ports/10382
Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
Notes
Notes:
svn path=/head/; revision=17009
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 099eba621777..4becfed02675 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.184 1999/01/18 04:43:39 steve Exp $ +# $Id: Makefile,v 1.185 1999/02/22 01:35:14 billf Exp $ # SUBDIR += 221upgrade @@ -18,6 +18,7 @@ SUBDIR += cwish SUBDIR += deco SUBDIR += dejagnu + SUBDIR += delay SUBDIR += diction SUBDIR += display SUBDIR += dotfile |