NetBSD/sbin/mount_cd9660/Makefile

13 lines
258 B
Makefile
Raw Normal View History

1997-05-07 00:44:56 +04:00
# $NetBSD: Makefile,v 1.4 1997/05/06 20:45:08 gwr Exp $
# @(#)Makefile 8.3 (Berkeley) 3/27/94
PROG= mount_cd9660
SRCS= mount_cd9660.c getmntopts.c
1994-12-22 13:44:04 +03:00
MAN= mount_cd9660.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${MOUNT}
1997-05-07 00:44:56 +04:00
.PATH.c: ${MOUNT}
.include <bsd.prog.mk>