e48d7547e2
and don't attempt to do any file name translation (e.g, search in fstab)". In the non -F case, search for special in fstab. If found, convert fs_spec to a raw device name. In any case, use opendisk(3) to open the device.
14 lines
237 B
Makefile
14 lines
237 B
Makefile
# $NetBSD: Makefile,v 1.11 2001/11/09 09:05:51 lukem Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= tunefs
|
|
MAN= tunefs.8
|
|
SRCS= tunefs.c ffs_bswap.c
|
|
LDADD+=-lutil
|
|
|
|
.PATH: ${.CURDIR}/../../sys/ufs/ffs
|
|
|
|
WARNS?=2
|
|
|
|
.include <bsd.prog.mk>
|