1701238139
mariano@geom.umn.edu), cleaned up, KNF'd, etc., by cgd
10 lines
204 B
Makefile
10 lines
204 B
Makefile
# $Id: Makefile,v 1.1 1993/10/27 03:31:49 cgd Exp $
|
|
|
|
PROG= units
|
|
|
|
beforeinstall:
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
|
|
${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc
|
|
|
|
.include <bsd.prog.mk>
|