Makefile revision 1.9
11.9Slukem# $NetBSD: Makefile,v 1.9 2002/08/19 13:54:36 lukem Exp $ 21.1Smycroft# from: @(#)Makefile 8.1 (Berkeley) 6/5/93 31.1Smycroft 41.9Slukem.include <bsd.own.mk> 51.9Slukem 61.1SmycroftPROG= lfs_cleanerd 71.6SlukemCPPFLAGS+=-I${.CURDIR} -DDIAGNOSTIC 81.3ScgdMAN= lfs_cleanerd.8 91.8SperseantSRCS= cleanerd.c lfs_cksum.c library.c misc.c print.c coalesce.c 101.7SperseantLDADD+=-lutil 111.7SperseantDPADD+=${LIBUTIL} 121.1Smycroft 131.9Slukem.PATH: ${NETBSDSRCDIR}/sys/ufs/lfs 141.1Smycroft 151.1Smycroft.include <bsd.prog.mk> 16