1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/sbin/dumplfs/Makefile
1994-11-20 22:28:09 +00:00

10 lines
187 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/18/93
PROG= dumplfs
CFLAGS+=-I/sys/ufs/lfs
SRCS= dumplfs.c lfs_cksum.c misc.c
.PATH: ${.CURDIR}/../../sys/ufs/lfs
MAN8= dumplfs.8
.include <bsd.prog.mk>