diff options
author | ache <ache@FreeBSD.org> | 1994-10-08 23:20:50 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-10-08 23:20:50 +0800 |
commit | a8cff3538f7c4540a24f3ab36ce111746042226b (patch) | |
tree | ddddff43d62b9c31832ef177ca074ee8d9bcce7f /misc | |
parent | bf9ea17a19b860e4b491c8e40fe8dd3fbef6cfe3 (diff) | |
download | freebsd-ports-gnome-a8cff3538f7c4540a24f3ab36ce111746042226b.tar.gz freebsd-ports-gnome-a8cff3538f7c4540a24f3ab36ce111746042226b.tar.zst freebsd-ports-gnome-a8cff3538f7c4540a24f3ab36ce111746042226b.zip |
dialog removed
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index aba3ee948135..f29d2e5a8466 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.8 1994/10/06 23:43:08 ache Exp $ +# $Id: Makefile,v 1.9 1994/10/07 09:09:38 ache Exp $ # -SUBDIR= calc dialog mshell iozone +SUBDIR= calc mshell iozone .include <bsd.port.subdir.mk> |