diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-28 23:28:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-28 23:28:08 +0000 |
commit | 7c9e53fd345dd7ffe5de61a2975c7a42494feaa2 (patch) | |
tree | 2adaaccd51708cebf0e8a2eb0a88b7efc16e3f92 /misc/Makefile | |
parent | 18582552c968872de0df89a1d1611aecfac6a70a (diff) |
ddate prints the date in Discordian date format.
If called with no arguments, ddate will get the current system date, convert
this to the Discordian date format and print this on the stan- dard output.
Alternatively, a Gregorian date may be specified on the command line, in the
form of a numerical day, month and year.
PR: ports/76722
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes:
svn path=/head/; revision=127570
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 1cf8584894f6..94193c4765cf 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -51,6 +51,7 @@ SUBDIR += cuecat SUBDIR += cwish SUBDIR += datedif + SUBDIR += ddate SUBDIR += deco SUBDIR += dejagnu SUBDIR += delay |