Home | History | Annotate | Line # | Download | only in mount_msdos
Makefile revision 1.12
      1  1.12  christos #	$NetBSD: Makefile,v 1.12 1997/10/10 19:50:25 christos Exp $
      2   1.2   mycroft 
      3   1.6       cgd PROG=	mount_msdos
      4   1.6       cgd SRCS=	mount_msdos.c getmntopts.c
      5   1.8       cgd MAN=	mount_msdos.8
      6   1.6       cgd 
      7   1.6       cgd MOUNT=	${.CURDIR}/../mount
      8  1.12  christos CPPFLAGS+= -I${MOUNT}
      9  1.11       gwr .PATH:	${MOUNT}
     10   1.1       cgd 
     11   1.1       cgd .include <bsd.prog.mk>
     12