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