diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
commit | 1130b656e5fe4c2d1ba299e024d1b40eaeebd380 (patch) | |
tree | 1ee435de0c816086549d85bbabfe30ead7f413ec /bin/ps/Makefile | |
parent | aac45e814cf997f0df77795a3c06385075ef005a (diff) | |
download | src-test2-1130b656e5fe4c2d1ba299e024d1b40eaeebd380.tar.gz src-test2-1130b656e5fe4c2d1ba299e024d1b40eaeebd380.zip |
Notes
Diffstat (limited to 'bin/ps/Makefile')
-rw-r--r-- | bin/ps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile index d7d3094bb65f..5a94276913b9 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/2/93 -# $Id: Makefile,v 1.5 1995/04/15 03:31:19 davidg Exp $ +# $FreeBSD$ PROG= ps SRCS= fmt.c keyword.c nlist.c print.c ps.c |