Home | History | Annotate | Line # | Download | only in mount_cd9660
      1  1.13  christos #	$NetBSD: Makefile,v 1.13 2024/02/02 20:27:26 christos 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.13  christos SRCS=	mount_cd9660.c fattr.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.12     pooka CPPFLAGS+=-I${MOUNT}
     12  1.12     pooka .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