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]
/
usr.sbin
/
sunlabel
/
Makefile
blob
40936120464969523f11da3c453945327ad90747
1
# $NetBSD: Makefile,v 1.5 2003/05/18 07:57:40 lukem Exp $
2
3
PROG
=
sunlabel
4
MAN
=
sunlabel
.8
5
6
.
ifndef
HOSTPROG
7
LDADD
+= -
ltermcap
8
DPADD
+= ${
LIBTERMCAP
}
9
10
DPADD
+= ${
LIBUTIL
}
11
LDADD
+= -
lutil
12
.
endif
13
14
.
include
<
bsd.prog.mk
>