home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / share / skel / Makefile < prev    next >
Encoding:
Makefile  |  1990-06-08  |  270 b   |  13 lines

  1. #    @(#)Makefile    5.3 (Berkeley) 6/8/90
  2.  
  3. FILES=    dot.cshrc dot.login dot.mailrc dot.profile dot.rhosts
  4. NOOBJ=    noobj
  5.  
  6. all clean cleandir depend lint tags:
  7.  
  8. install:
  9.     install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
  10.         ${DESTDIR}${BINDIR}/skel
  11.  
  12. .include <bsd.prog.mk>
  13.