[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / units

Annotation of src/usr.bin/units/Makefile, Revision 1.4

1.4     ! millert     1: #      $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:37 downsj Exp $
1.1       deraadt     2:
                      3: PROG=  units
                      4:
                      5: beforeinstall:
1.4     ! millert     6:        ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
1.1       deraadt     7:            ${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc
                      8:
                      9: .include <bsd.prog.mk>