[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / share / skel

Annotation of src/share/skel/Makefile, Revision 1.1

1.1     ! deraadt     1: #      from: @(#)Makefile      5.3 (Berkeley) 6/8/90
        !             2: #      $Id: Makefile,v 1.6 1994/02/10 01:55:04 cgd Exp $
        !             3:
        !             4: FILES= dot.cshrc dot.login dot.mailrc dot.profile dot.rhosts
        !             5: NOOBJ= noobj
        !             6:
        !             7: all clean cleandir depend lint tags:
        !             8:
        !             9: realinstall:
        !            10:        install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
        !            11:            ${DESTDIR}${BINDIR}/skel
        !            12:
        !            13: .include <bsd.prog.mk>