Home | History | Annotate | Line # | Download | only in mount_cd9660
Makefile revision 1.10
      1  1.10   xtraeme #	$NetBSD: Makefile,v 1.10 2005/02/05 14:49:36 xtraeme 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.9  jdolecek SRCS=	mount_cd9660.c
      8   1.2       cgd MAN=	mount_cd9660.8
      9   1.1   mycroft 
     10  1.10   xtraeme WARNS=	3
     11  1.10   xtraeme 
     12   1.7     lukem MOUNT=	${NETBSDSRCDIR}/sbin/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