diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-07 11:38:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-07 11:38:34 +0000 |
commit | b92c1d5070d794ed15fd7dcb6c3afa07a405689d (patch) | |
tree | 1e7c2eae08a9fb94de8899a0c41f6512c1ecb0b0 /misc | |
parent | Install manpage in /usr/X11R6/man/man1, not /usr/X11R6/man. (diff) |
Add lsof.
Notes
Notes:
svn path=/head/; revision=4331
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 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 |