10 lines
167 B
Makefile
10 lines
167 B
Makefile
# $NetBSD: Makefile,v 1.5 1998/09/27 17:22:12 lukem Exp $
|
|
|
|
PROG= units
|
|
.if !defined(NOSHARE)
|
|
FILES= units.lib
|
|
FILESDIR=/usr/share/misc
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|