1# @(#)Makefile 8.3 (Berkeley) 3/27/94 2 3PROG= mount_cd9660 4SRCS= mount_cd9660.c getmntopts.c 5MAN8= mount_cd9660.8 6 7MOUNT= ${.CURDIR}/../mount 8CFLAGS+= -I${MOUNT} 9.PATH: ${MOUNT} 10 11.include <bsd.prog.mk> 12