1 1.7 perseant # $NetBSD: Makefile,v 1.7 2000/11/13 22:12:50 perseant Exp $ 2 1.1 mycroft # from: @(#)Makefile 8.1 (Berkeley) 6/5/93 3 1.1 mycroft 4 1.1 mycroft PROG= lfs_cleanerd 5 1.6 lukem CPPFLAGS+=-I${.CURDIR} -DDIAGNOSTIC 6 1.3 cgd MAN= lfs_cleanerd.8 7 1.1 mycroft SRCS= cleanerd.c lfs_cksum.c library.c misc.c print.c 8 1.7 perseant LDADD+=-lutil 9 1.7 perseant DPADD+=${LIBUTIL} 10 1.1 mycroft 11 1.2 deraadt .PATH: ${.CURDIR}/../../sys/ufs/lfs 12 1.1 mycroft 13 1.1 mycroft .include <bsd.prog.mk> 14