3161c603a6
for bin/, commands/, libexec/, sbin/, test/, usr.bin/ and usr.sbin/. Change-Id: I8fa12c3cd86865311cef71b7faa7cf4fa785174f
17 lines
284 B
Makefile
17 lines
284 B
Makefile
# $NetBSD: Makefile,v 1.18 2009/06/05 21:52:31 haad Exp $
|
|
|
|
PROG= fsck
|
|
SRCS= fsck.c fsutil.c preen.c
|
|
MAN= fsck.8
|
|
|
|
LDADD+=-lutil
|
|
DPADD+=${LIBUTIL}
|
|
|
|
LDADD+=-lprop
|
|
DPADD+=${LIBPROP}
|
|
|
|
# LSC Does not compile without any warnings...
|
|
NOGCCERROR:=yes
|
|
NOCLANGERROR:=yes
|
|
|
|
.include <bsd.prog.mk>
|