Home | History | Annotate | Line # | Download | only in mount_cd9660
Makefile revision 1.2
      1  1.1  mycroft #	from: @(#)Makefile	8.3 (Berkeley) 3/27/94
      2  1.2      cgd #	$Id: Makefile,v 1.2 1994/12/22 10:45:58 cgd Exp $
      3  1.1  mycroft 
      4  1.1  mycroft PROG=	mount_cd9660
      5  1.1  mycroft SRCS=	mount_cd9660.c getmntopts.c
      6  1.2      cgd MAN=	mount_cd9660.8
      7  1.1  mycroft 
      8  1.1  mycroft MOUNT=	${.CURDIR}/../mount
      9  1.1  mycroft CFLAGS+= -I${MOUNT}
     10  1.1  mycroft .PATH:	${MOUNT}
     11  1.1  mycroft 
     12  1.1  mycroft .include <bsd.prog.mk>
     13