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

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

1.1       deraadt     1: #      $Id: Makefile,v 1.1 1993/10/27 03:31:49 cgd Exp $
                      2:
                      3: PROG=  units
                      4:
                      5: beforeinstall:
                      6:        install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
                      7:            ${.CURDIR}/units.lib ${DESTDIR}/usr/share/misc
                      8:
                      9: .include <bsd.prog.mk>