9 lines
145 B
Makefile
9 lines
145 B
Makefile
# @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
#
|
|
# $Id: Makefile,v 1.2 1993/03/22 08:04:00 cgd Exp $
|
|
|
|
PROG= tunefs
|
|
MAN8= tunefs.0
|
|
|
|
.include <bsd.prog.mk>
|