blob: 4b6b5307b0e1763ec8cd98ec62f0ccf5e43caa12 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.2 1996/04/21 23:44:23 deraadt Exp $
PROG= units
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc
.include <bsd.prog.mk>
|