minix/usr.bin/units/Makefile
Thomas Cort 2106ea4754 Importing usr.bin/units
No Minix-specific changes needed.

Change-Id: I2a3411bf78d5e31875d577dcd6df68f76da98137
2013-10-23 19:24:43 -04:00

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>