NetBSD/usr.bin/units/Makefile

10 lines
167 B
Makefile
Raw Normal View History

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