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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sbin
/
mount_lfs
/
Makefile
blob
82e70e8f3b196accabb5e9e63d83c17cfe1d846a
1
# $NetBSD: Makefile,v 1.8 2003/03/22 12:43:59 jdolecek Exp $
2
# @(#)Makefile 8.2 (Berkeley) 3/27/94
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
mount_lfs
7
SRCS
=
mount_lfs.c pathadj.c
8
MAN
=
mount_lfs
.8
9
10
MOUNT
= ${
NETBSDSRCDIR
}/
sbin
/
mount
11
CPPFLAGS
+=-
I
${
MOUNT
} -
DWANT_CLEANER
12
.PATH
: ${
MOUNT
}
13
14
DPADD
+=${
LIBUTIL
}
15
LDADD
+=-
lutil
16
17
.
include
<
bsd.prog.mk
>