6aeb76c1f1
also replace index -> strchr, add <string.h> for strchr prototype, and clean up .Nm usage.
8 lines
157 B
Makefile
8 lines
157 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $NetBSD: Makefile,v 1.4 1997/03/08 07:24:40 mikel Exp $
|
|
|
|
PROG= diskpart
|
|
MAN= diskpart.8
|
|
|
|
.include <bsd.prog.mk>
|