diff options
author | dg <dg@FreeBSD.org> | 1994-09-24 02:59:15 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-09-24 02:59:15 +0000 |
commit | 8722740e7f163b275491a0b05c8640341b937558 (patch) | |
tree | b7c3f7bad4381fe5b507b6cf1947fd57803fe125 /bin/ps/Makefile | |
parent | 111d145dc40797c8894e8aa7dc6632e33bce87bf (diff) | |
download | FreeBSD-src-8722740e7f163b275491a0b05c8640341b937558.zip FreeBSD-src-8722740e7f163b275491a0b05c8640341b937558.tar.gz |
Added $Id$
Diffstat (limited to 'bin/ps/Makefile')
-rw-r--r-- | bin/ps/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile index 42c3c69..1d1e551 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/2/93 +# $Id$ PROG= ps SRCS= fmt.c keyword.c nlist.c print.c ps.c |