diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-06-05 17:04:39 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-06-05 17:04:39 +0000 |
commit | 735e4cacb21dcd0077ad071ae0c1d37e0b3f109a (patch) | |
tree | 02bfbe0bddf95c9e143e916769b182232fc7ef43 /sysutils/Makefile | |
parent | `skill' is a program which sends signals to processes given (diff) |
add skill
PR: ports/3783
Notes
Notes:
svn path=/head/; revision=6776
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 4b09eee117bf..032061c886a1 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.18 1997/05/03 10:18:11 andreas Exp $ +# $Id: Makefile,v 1.19 1997/05/04 18:12:15 jmz Exp $ # SUBDIR += afio @@ -10,6 +10,7 @@ SUBDIR += mkisofs SUBDIR += pib SUBDIR += rtty + SUBDIR += skill SUBDIR += socket SUBDIR += star SUBDIR += stat |