diff options
Diffstat (limited to 'sysutils/skill/Makefile')
-rw-r--r-- | sysutils/skill/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/skill/Makefile b/sysutils/skill/Makefile index 768df9bf013..d6d52ca34cd 100644 --- a/sysutils/skill/Makefile +++ b/sysutils/skill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/01/18 11:44:56 abs Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/17 17:42:18 wiz Exp $ # # The version number for skill does not match the @P number. # This is normal. @@ -10,6 +10,7 @@ MASTER_SITES= ftp://fast.cs.utah.edu/pub/skill/ EXTRACT_SUFX= .tgz MAINTAINER= kim@tac.nyc.ny.us +COMMENT= Signal processes given user names, ttys, commands, or pids .include "../../mk/bsd.prefs.mk" |