NetBSD/sbin/newfs_lfs/Makefile

13 lines
301 B
Makefile
Raw Normal View History

1999-03-18 20:18:04 +03:00
# $NetBSD: Makefile,v 1.1 1999/03/18 17:18:05 perseant Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
1999-03-18 20:18:04 +03:00
PROG= newfs_lfs
SRCS= dkcksum.c lfs.c lfs_cksum.c misc.c newfs.c
1999-03-18 20:18:04 +03:00
MAN= newfs_lfs.8
.PATH: ${.CURDIR}/../../sys/ufs/lfs ${.CURDIR}/../disklabel
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>