repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
sbin
/
mount_cd9660
/
Makefile
blob
69cd2bac39c47fb0b4ea9fe9066a00776f1130a7
1
# $NetBSD: Makefile,v 1.11 2005/06/27 01:00:05 christos Exp $
2
# @(#)Makefile 8.3 (Berkeley) 3/27/94
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
mount_cd9660
7
SRCS
=
mount_cd9660.c pathadj.c
8
MAN
=
mount_cd9660.8
9
10
MOUNT
= ${
NETBSDSRCDIR
}/
sbin
/
mount
11
CPPFLAGS
+=-
I
${
MOUNT
}
12
.PATH
: ${
MOUNT
}
13
14
DPADD
+=${
LIBUTIL
}
15
LDADD
+=-
lutil
16
17
.
include
<
bsd.prog.mk
>