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