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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
sgimips
/
stand
/
sgivol
/
Makefile
blob
82d2aedfee3d508e98ae74bb8b378caad4808e3d
1
# $NetBSD: Makefile,v 1.5 2002/12/13 02:36:37 lukem Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
sgivol
6
.if
(${
HOSTPROG
:
U
} ==
""
)
7
DPADD
+= ${
LIBUTIL
}
8
LDADD
+= -
lutil
9
.
endif
10
11
WARNS
=
2
12
13
.
include
<
bsd.prog.mk
>