diff options
author | asami <asami@FreeBSD.org> | 1996-08-09 12:17:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-08-09 12:17:51 +0800 |
commit | 9a95baad262fcb82dfad76e2d2f3607519fe765e (patch) | |
tree | bdd3887f6949c0cf0043bdf0d25db0d5ed4c214a /misc | |
parent | 16624e9e628d2dcaf19ceb20267f4974e71ba4b7 (diff) | |
download | freebsd-ports-gnome-9a95baad262fcb82dfad76e2d2f3607519fe765e.tar.gz freebsd-ports-gnome-9a95baad262fcb82dfad76e2d2f3607519fe765e.tar.zst freebsd-ports-gnome-9a95baad262fcb82dfad76e2d2f3607519fe765e.zip |
Added figlet.
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 98252c24563f..501f3cb46edf 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.81 1996/08/04 00:28:11 chuckr Exp $ +# $Id: Makefile,v 1.82 1996/08/06 03:36:37 asami Exp $ # SUBDIR += amanda @@ -12,6 +12,7 @@ SUBDIR += ecc SUBDIR += fd SUBDIR += fep + SUBDIR += figlet SUBDIR += git SUBDIR += glimpse SUBDIR += ical |