2008-08-06 00:57:45 +04:00
|
|
|
# $NetBSD: Makefile,v 1.9 2008/08/05 20:57:45 pooka Exp $
|
2002-08-19 14:16:51 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
1995-07-12 07:46:47 +04:00
|
|
|
|
|
|
|
PROG= mount_ffs
|
2008-08-06 00:57:45 +04:00
|
|
|
SRCS= mount_ffs.c pathadj.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
|
|
|
|
|
2008-08-06 00:57:45 +04:00
|
|
|
MOUNT= ${NETBSDSRCDIR}/sbin/mount
|
|
|
|
CPPFLAGS=-I${MOUNT}
|
|
|
|
.PATH: ${MOUNT}
|
|
|
|
|
2003-03-22 15:43:57 +03:00
|
|
|
DPADD+=${LIBUTIL}
|
|
|
|
LDADD+=-lutil
|
1995-07-12 07:46:47 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|