2005-06-27 05:00:04 +04:00
|
|
|
# $NetBSD: Makefile,v 1.8 2005/06/27 01:00:05 christos Exp $
|
2002-08-19 14:16:51 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
1995-07-12 07:46:47 +04:00
|
|
|
|
|
|
|
PROG= mount_ffs
|
2003-03-22 15:43:57 +03:00
|
|
|
SRCS= mount_ffs.c
|
1995-07-12 07:46:47 +04:00
|
|
|
MAN= mount_ffs.8
|
|
|
|
|
|
|
|
MLINKS= mount_ffs.8 mount_ufs.8
|
|
|
|
LINKS= ${BINDIR}/mount_ffs ${BINDIR}/mount_ufs
|
|
|
|
|
2003-03-22 15:43:57 +03:00
|
|
|
DPADD+=${LIBUTIL}
|
|
|
|
LDADD+=-lutil
|
1995-07-12 07:46:47 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|