1# $NetBSD: Makefile,v 1.4 2011/08/15 02:19:50 dholland Exp $ 2 3.include <bsd.own.mk> 4 5PROG=resize_ffs 6MAN=resize_ffs.8 7SRCS=resize_ffs.c ffs_bswap.c 8 9.PATH: ${NETBSDSRCDIR}/sys/ufs/ffs 10 11.include <bsd.prog.mk> 12
1# $NetBSD: Makefile,v 1.4 2011/08/15 02:19:50 dholland Exp $ 2 3.include <bsd.own.mk> 4 5PROG=resize_ffs 6MAN=resize_ffs.8 7SRCS=resize_ffs.c ffs_bswap.c 8 9.PATH: ${NETBSDSRCDIR}/sys/ufs/ffs 10 11.include <bsd.prog.mk> 12