1#         $NetBSD: Makefile,v 1.10 2011/04/10 16:47:05 joerg Exp $
2
3.include <bsd.own.mk>
4
5PROG=     mount_ffs
6SRCS=     mount_ffs.c pathadj.c
7MAN=      mount_ffs.8
8
9MLINKS=   mount_ffs.8 mount_ufs.8
10LINKS=  ${BINDIR}/mount_ffs ${BINDIR}/mount_ufs
11
12MOUNT=    ${NETBSDSRCDIR}/sbin/mount
13CPPFLAGS+=-I${MOUNT}
14.PATH:    ${MOUNT}
15
16DPADD+=${LIBUTIL}
17LDADD+=-lutil
18
19.include <bsd.prog.mk>
20