NetBSD/sbin/badsect/Makefile

13 lines
249 B
Makefile
Raw Normal View History

2004-08-08 06:50:46 +04:00
# $NetBSD: Makefile,v 1.14 2004/08/08 02:50:46 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
1993-03-21 12:45:37 +03:00
.include <bsd.own.mk>
2004-08-08 06:50:46 +04:00
WARNS= 3
1993-03-21 12:45:37 +03:00
PROG= badsect
1998-03-18 19:50:12 +03:00
SRCS= badsect.c ffs_bswap.c
1994-12-22 12:57:51 +03:00
MAN= badsect.8
.PATH: ${NETBSDSRCDIR}/sys/ufs/ffs
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>