diff options
-rw-r--r-- | usr.sbin/procctl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/procctl/Makefile b/usr.sbin/procctl/Makefile index a8fe3bd..2ccbccb 100644 --- a/usr.sbin/procctl/Makefile +++ b/usr.sbin/procctl/Makefile @@ -1,5 +1,6 @@ -# $Id$ +# $Id: Makefile,v 1.2 1997/12/07 02:29:28 peter Exp $ PROG= procctl +MAN8= procctl.8 .include <bsd.prog.mk> |