Home | History | Annotate | Line # | Download | only in mount_cd9660
Makefile revision 1.11.24.1
      1  1.11.24.1  wrstuden #	$NetBSD: Makefile,v 1.11.24.1 2008/09/18 04:28:26 wrstuden Exp $
      2        1.3       cgd #	@(#)Makefile	8.3 (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_cd9660
      7  1.11.24.1  wrstuden SRCS=	mount_cd9660.c pathadj.c
      8        1.2       cgd MAN=	mount_cd9660.8
      9        1.1   mycroft 
     10        1.7     lukem MOUNT=	${NETBSDSRCDIR}/sbin/mount
     11  1.11.24.1  wrstuden CPPFLAGS+=-I${MOUNT}
     12  1.11.24.1  wrstuden .PATH:	${MOUNT}
     13        1.8  christos 
     14        1.8  christos DPADD+=${LIBUTIL}
     15        1.8  christos LDADD+=-lutil
     16        1.1   mycroft 
     17        1.1   mycroft .include <bsd.prog.mk>
     18