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

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

1.3     ! downsj      1: #      $OpenBSD: Makefile,v 1.2 1996/04/21 23:44:23 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  units
                      4:
                      5: beforeinstall:
1.3     ! downsj      6:        ${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>