12 lines
191 B
Makefile
12 lines
191 B
Makefile
|
# $NetBSD: Makefile,v 1.6 1999/02/13 02:54:56 lukem Exp $
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
PROG= units
|
||
|
.if ${MKSHARE} != "no"
|
||
|
FILES= units.lib
|
||
|
FILESDIR=/usr/share/misc
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.prog.mk>
|