summaryrefslogtreecommitdiff
path: root/sbin/mount_cd9660/Makefile
blob: fb6ed0d567795790b91a158821624af582e492e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.9 2003/03/22 12:43:58 jdolecek Exp $
#	@(#)Makefile	8.3 (Berkeley) 3/27/94

.include <bsd.own.mk>

PROG=	mount_cd9660
SRCS=	mount_cd9660.c
MAN=	mount_cd9660.8

MOUNT=	${NETBSDSRCDIR}/sbin/mount

DPADD+=${LIBUTIL}
LDADD+=-lutil

.include <bsd.prog.mk>