diff options
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 79e9fc6..596aa57 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/2/93 +PACKAGE=runtime PROG= ps SRCS= fmt.c keyword.c nlist.c print.c ps.c |