Home | History | Annotate | Line # | Download | only in mount_ffs
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 1997/05/08 21:11:17 gwr 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 CFLAGS+= -I${MOUNT}
     12 .PATH:	${MOUNT}
     13 
     14 .include <bsd.prog.mk>
     15