NetBSD/sbin/mount_cd9660/Makefile

15 lines
290 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2002/08/19 10:16:55 lukem Exp $
# @(#)Makefile 8.3 (Berkeley) 3/27/94
.include <bsd.own.mk>
PROG= mount_cd9660
SRCS= mount_cd9660.c getmntopts.c
1994-12-22 13:44:04 +03:00
MAN= mount_cd9660.8
MOUNT= ${NETBSDSRCDIR}/sbin/mount
1997-10-10 23:47:50 +04:00
CPPFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>