repo.or.cz
/
dragonfly
/
port-amd64.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use .Nm properly and streamline the wording a bit.
[dragonfly/port-amd64.git]
/
usr.bin
/
units
/
Makefile
blob
29c0e804808a503cf3b811ad0270620cd5892a5b
1
# $FreeBSD: src/usr.bin/units/Makefile,v 1.5.2.1 2002/02/18 16:16:57 ru Exp $
2
# $DragonFly: src/usr.bin/units/Makefile,v 1.3 2005/02/02 06:22:30 cpressey Exp $
3
4
PROG
=
units
5
WARNS?
=
6
6
FILES
=
units.lib
7
FILESDIR
= ${
SHAREDIR
}/
misc
8
9
.
include
<
bsd.prog.mk
>