Home | History | Annotate | Line # | Download | only in lfs_cleanerd
Makefile revision 1.2
      1  1.1  mycroft #	from: @(#)Makefile	8.1 (Berkeley) 6/5/93
      2  1.2  deraadt #	$Id: Makefile,v 1.2 1994/08/03 20:46:47 deraadt Exp $
      3  1.1  mycroft 
      4  1.1  mycroft PROG=	lfs_cleanerd
      5  1.2  deraadt CFLAGS+=-I${.CURDIR} -DDIAGNOSTIC
      6  1.1  mycroft MAN8=	lfs_cleanerd.0
      7  1.1  mycroft SRCS=	cleanerd.c lfs_cksum.c library.c misc.c print.c
      8  1.1  mycroft 
      9  1.2  deraadt .PATH:	${.CURDIR}/../../sys/ufs/lfs
     10  1.1  mycroft 
     11  1.1  mycroft .include <bsd.prog.mk>
     12