1 # $NetBSD: Makefile,v 1.7 2005/02/05 14:54:35 xtraeme Exp $ 2 3 .include <bsd.own.mk> 4 5 PROG= mount_ffs 6 SRCS= mount_ffs.c 7 MAN= mount_ffs.8 8 9 WARNS= 3 10 11 MLINKS= mount_ffs.8 mount_ufs.8 12 LINKS= ${BINDIR}/mount_ffs ${BINDIR}/mount_ufs 13 14 DPADD+=${LIBUTIL} 15 LDADD+=-lutil 16 17 .include <bsd.prog.mk> 18