Home | History | Annotate | Line # | Download | only in mount_lfs
Makefile revision 1.7
      1  1.7     lukem #	$NetBSD: Makefile,v 1.7 2002/08/19 10:16:57 lukem Exp $
      2  1.3       cgd #	@(#)Makefile	8.2 (Berkeley) 3/27/94
      3  1.1   mycroft 
      4  1.7     lukem .include <bsd.own.mk>
      5  1.7     lukem 
      6  1.1   mycroft PROG=	mount_lfs
      7  1.1   mycroft SRCS=	mount_lfs.c getmntopts.c
      8  1.2       cgd MAN=	mount_lfs.8
      9  1.1   mycroft 
     10  1.7     lukem MOUNT=	${NETBSDSRCDIR}/sbin/mount
     11  1.6  christos CPPFLAGS+= -I${MOUNT}
     12  1.5       gwr .PATH:	${MOUNT}
     13  1.1   mycroft 
     14  1.1   mycroft .include <bsd.prog.mk>
     15