NetBSD/libexec/lfs_cleanerd/Makefile

12 lines
288 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 1997/10/08 09:07:21 mrg Exp $
1994-06-08 22:42:09 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= lfs_cleanerd
1994-08-04 00:46:47 +04:00
CFLAGS+=-I${.CURDIR} -DDIAGNOSTIC
1994-12-22 12:57:51 +03:00
MAN= lfs_cleanerd.8
1994-06-08 22:42:09 +04:00
SRCS= cleanerd.c lfs_cksum.c library.c misc.c print.c
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>