xref: /netbsd/sbin/mount_ffs/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.4 1997/10/10 19:49:44 christos Exp $
2
3PROG=	mount_ffs
4SRCS=	mount_ffs.c getmntopts.c
5MAN=	mount_ffs.8
6
7MLINKS=	mount_ffs.8 mount_ufs.8
8LINKS=  ${BINDIR}/mount_ffs ${BINDIR}/mount_ufs
9
10MOUNT=	${.CURDIR}/../mount
11CPPFLAGS+= -I${MOUNT}
12.PATH:	${MOUNT}
13
14.include <bsd.prog.mk>
15