1 # $NetBSD: Makefile,v 1.4 1997/05/06 20:45:08 gwr Exp $ 2 # @(#)Makefile 8.3 (Berkeley) 3/27/94 3 4 PROG= mount_cd9660 5 SRCS= mount_cd9660.c getmntopts.c 6 MAN= mount_cd9660.8 7 8 MOUNT= ${.CURDIR}/../mount 9 CFLAGS+= -I${MOUNT} 10 .PATH.c: ${MOUNT} 11 12 .include <bsd.prog.mk> 13