2106ea4754
No Minix-specific changes needed. Change-Id: I2a3411bf78d5e31875d577dcd6df68f76da98137
11 lines
191 B
Makefile
11 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>
|