8 lines
143 B
Makefile
8 lines
143 B
Makefile
# $NetBSD: Makefile,v 1.7 1997/07/20 17:36:20 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
WARNS=1
|
|
PROG= kill
|
|
|
|
.include <bsd.prog.mk>
|