A cvsup file that pulls the "checked out" version of source. I'm referencing
[dragonfly.git] / sbin / mount_cd9660 / Makefile
blobc658ac17188be38077500aa3b2fa74fb72639f92
1 # @(#)Makefile 8.3 (Berkeley) 3/27/94
2 # $FreeBSD: src/sbin/mount_cd9660/Makefile,v 1.4.6.1 2001/04/25 10:58:34 ru Exp $
3 # $DragonFly: src/sbin/mount_cd9660/Makefile,v 1.2 2003/06/17 04:27:33 dillon Exp $
5 PROG= mount_cd9660
6 SRCS= mount_cd9660.c getmntopts.c
7 MAN= mount_cd9660.8
9 MOUNT= ${.CURDIR}/../mount
10 CFLAGS+= -I${MOUNT}
11 .PATH: ${MOUNT}
13 .include <bsd.prog.mk>