8 lines
152 B
Makefile
8 lines
152 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $Id: Makefile,v 1.5 1994/06/08 19:36:09 mycroft Exp $
|
|
|
|
PROG= tunefs
|
|
MAN8= tunefs.0
|
|
|
|
.include <bsd.prog.mk>
|