8 lines
147 B
Makefile
8 lines
147 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $Id: Makefile,v 1.6 1994/12/22 10:49:38 cgd Exp $
|
|
|
|
PROG= tunefs
|
|
MAN= tunefs.8
|
|
|
|
.include <bsd.prog.mk>
|