freebsd-dev/libexec/lfs_cleanerd/Makefile

11 lines
242 B
Makefile
Raw Normal View History

1994-05-27 12:39:25 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= lfs_cleanerd
CFLAGS+=-I/sys/ufs/lfs -I${.CURDIR} -DDIAGNOSTIC
MAN8= lfs_cleanerd.8
1994-05-27 12:39:25 +00:00
SRCS= cleanerd.c lfs_cksum.c library.c misc.c print.c
1994-11-18 02:26:15 +00:00
.PATH: ${.CURDIR}/../../sys/ufs/lfs
1994-05-27 12:39:25 +00:00
.include <bsd.prog.mk>