diff options
author | asami <asami@FreeBSD.org> | 1995-02-10 10:14:22 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-02-10 10:14:22 +0800 |
commit | 47079134d5484208fbebea1a4b965119fc1c8f79 (patch) | |
tree | 7988646e9d8599eeac906692f62bd4ee786cfb04 /misc | |
parent | 9afb0cf570e0162ef8ac30bf889c87f7a5b07df1 (diff) | |
download | freebsd-ports-gnome-47079134d5484208fbebea1a4b965119fc1c8f79.tar.gz freebsd-ports-gnome-47079134d5484208fbebea1a4b965119fc1c8f79.tar.zst freebsd-ports-gnome-47079134d5484208fbebea1a4b965119fc1c8f79.zip |
Added xdu.
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 590d2d309882..520bd09f16fc 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.36 1995/01/15 08:04:24 ache Exp $ +# $Id: Makefile,v 1.37 1995/02/06 05:30:34 asami Exp $ # # restricted: pgp.usa_only pgp.non-usa_only # SUBDIR= cpm hfs iozone ispell less mshell mtools nkf rman screen top \ - xsysstats + xdu xsysstats .include <bsd.port.subdir.mk> |