8 lines
154 B
Makefile
8 lines
154 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $Id: Makefile,v 1.6 1994/06/11 07:50:42 mycroft Exp $
|
|
|
|
PROG= badsect
|
|
MAN8= badsect.0
|
|
|
|
.include <bsd.prog.mk>
|