diff options
author | asami <asami@FreeBSD.org> | 1996-11-07 19:38:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-07 19:38:34 +0800 |
commit | 8a12a6cff6a6209e981213072f73ea5b34fb2042 (patch) | |
tree | 54a9f8b76f0dc7bbd35373aedd3b64d6f451c708 | |
parent | bd80f4ca4126dbfcdfe2c7e9f8e932af104b12ca (diff) | |
download | freebsd-ports-gnome-8a12a6cff6a6209e981213072f73ea5b34fb2042.tar.gz freebsd-ports-gnome-8a12a6cff6a6209e981213072f73ea5b34fb2042.tar.zst freebsd-ports-gnome-8a12a6cff6a6209e981213072f73ea5b34fb2042.zip |
Add lsof.
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index d5b733d20057..d0a087a09f5b 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.89 1996/10/31 20:11:20 markm Exp $ +# $Id: Makefile,v 1.90 1996/11/03 08:44:18 obrien Exp $ # SUBDIR += amanda @@ -22,6 +22,7 @@ SUBDIR += less SUBDIR += linuxls SUBDIR += logsurfer + SUBDIR += lsof SUBDIR += mc SUBDIR += mmv SUBDIR += mshell |