2002-08-19 14:16:51 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 2002/08/19 10:16:56 lukem Exp $
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
1995-07-12 07:46:47 +04:00
|
|
|
|
|
|
|
PROG= mount_ffs
|
|
|
|
SRCS= mount_ffs.c getmntopts.c
|
|
|
|
MAN= mount_ffs.8
|
|
|
|
|
|
|
|
MLINKS= mount_ffs.8 mount_ufs.8
|
|
|
|
LINKS= ${BINDIR}/mount_ffs ${BINDIR}/mount_ufs
|
|
|
|
|
2002-08-19 14:16:51 +04:00
|
|
|
MOUNT= ${NETBSDSRCDIR}/sbin/mount
|
1997-10-10 23:47:50 +04:00
|
|
|
CPPFLAGS+= -I${MOUNT}
|
1997-05-09 01:11:01 +04:00
|
|
|
.PATH: ${MOUNT}
|
1995-07-12 07:46:47 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|