7 lines
136 B
Makefile
7 lines
136 B
Makefile
# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.4 1993/08/01 05:47:28 mycroft Exp $
|
|
|
|
PROG= kill
|
|
|
|
.include <bsd.prog.mk>
|