NetBSD/libexec/lfs_cleanerd/Makefile

12 lines
284 B
Makefile
Raw Normal View History

1994-06-08 22:42:09 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
1994-12-22 12:57:51 +03:00
# $Id: Makefile,v 1.3 1994/12/22 10:27:18 cgd Exp $
1994-06-08 22:42:09 +04:00
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>