xref: /freebsd/sbin/tunefs/Makefile (revision 076ad2f8)
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD$
3
4PACKAGE=runtime
5PROG=	tunefs
6SRCS=	tunefs.c getmntopts.c
7LIBADD=	ufs
8MAN=	tunefs.8
9
10MOUNT=	${SRCTOP}/sbin/mount
11CFLAGS+=	-I${MOUNT}
12.PATH:	${MOUNT}
13
14WARNS=	3
15
16.include <bsd.prog.mk>
17