snj doesn't like my accent, so use proper English month names.
[netbsd-mini2440.git] / sbin / tunefs / Makefile
blob64c9262ab282cb5be504ab21b56d0efb0a9632dd
1 # $NetBSD: Makefile,v 1.13 2005/02/09 06:26:13 xtraeme Exp $
2 # @(#)Makefile 8.1 (Berkeley) 6/5/93
4 .include <bsd.own.mk>
6 PROG= tunefs
7 MAN= tunefs.8
8 SRCS= tunefs.c ffs_bswap.c
9 LDADD+=-lutil
11 .PATH: ${NETBSDSRCDIR}/sys/ufs/ffs
13 .include <bsd.prog.mk>