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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.bin
/
units
/
Makefile
blob
6f6f0684d75b87415acb27e984eac94e63b1cb51
1
# $NetBSD: Makefile,v 1.5 1998/09/27 17:22:12 lukem Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
units
6
.if
${
MKSHARE
} !=
"no"
7
FILES
=
units.lib
8
FILESDIR
=/
usr
/
share
/
misc
9
.
endif
10
11
.
include
<
bsd.prog.mk
>