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