1 1.11 christos # $NetBSD: Makefile,v 1.11 2005/06/27 01:00:05 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.9 jdolecek SRCS= mount_cd9660.c 8 1.2 cgd MAN= mount_cd9660.8 9 1.1 mycroft 10 1.7 lukem MOUNT= ${NETBSDSRCDIR}/sbin/mount 11 1.8 christos 12 1.8 christos DPADD+=${LIBUTIL} 13 1.8 christos LDADD+=-lutil 14 1.1 mycroft 15 1.1 mycroft .include <bsd.prog.mk> 16