8 lines
153 B
Makefile
8 lines
153 B
Makefile
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.4 1993/07/31 15:34:30 mycroft Exp $
|
|
|
|
PROG= tunefs
|
|
MAN8= tunefs.0
|
|
|
|
.include <bsd.prog.mk>
|