NetBSD/sbin/newlfs/Makefile

13 lines
292 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 1996/05/16 07:17:49 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
PROG= newlfs
SRCS= dkcksum.c lfs.c lfs_cksum.c misc.c newfs.c
1994-12-22 13:44:04 +03:00
MAN= newlfs.8
1994-08-04 01:07:10 +04:00
.PATH: ${.CURDIR}/../../sys/ufs/lfs ${.CURDIR}/../disklabel
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>