NetBSD/libexec/lfs_cleanerd/Makefile

14 lines
338 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2002/06/06 00:56:49 perseant Exp $
1994-06-08 22:42:09 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= lfs_cleanerd
1997-10-22 09:45:08 +04:00
CPPFLAGS+=-I${.CURDIR} -DDIAGNOSTIC
1994-12-22 12:57:51 +03:00
MAN= lfs_cleanerd.8
SRCS= cleanerd.c lfs_cksum.c library.c misc.c print.c coalesce.c
LDADD+=-lutil
DPADD+=${LIBUTIL}
1994-06-08 22:42:09 +04:00
1994-08-04 00:46:47 +04:00
.PATH: ${.CURDIR}/../../sys/ufs/lfs
1994-06-08 22:42:09 +04:00
.include <bsd.prog.mk>