1998-09-27 21:22:03 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 1998/09/27 17:22:12 lukem Exp $
|
1993-10-27 06:31:49 +03:00
|
|
|
|
|
|
|
PROG= units
|
1998-09-27 21:22:03 +04:00
|
|
|
.if !defined(NOSHARE)
|
1997-03-25 00:57:01 +03:00
|
|
|
FILES= units.lib
|
|
|
|
FILESDIR=/usr/share/misc
|
1998-09-27 21:22:03 +04:00
|
|
|
.endif
|
1993-10-27 06:31:49 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|