NetBSD/sbin/tunefs/Makefile

16 lines
259 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.12 2002/08/19 10:17:01 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
1993-03-21 12:45:37 +03:00
.include <bsd.own.mk>
1993-03-21 12:45:37 +03:00
PROG= tunefs
1994-12-22 13:44:04 +03:00
MAN= tunefs.8
SRCS= tunefs.c ffs_bswap.c
LDADD+=-lutil
.PATH: ${NETBSDSRCDIR}/sys/ufs/ffs
1993-03-21 12:45:37 +03:00
WARNS?=2
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>