home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / sbin / shutdown / Makefile next >
Encoding:
Makefile  |  1990-05-11  |  138 b   |  10 lines

  1. #    @(#)Makefile    5.3 (Berkeley) 5/11/90
  2.  
  3. PROG=    shutdown
  4. MAN8=    shutdown.0
  5. BINOWN=    root
  6. BINGRP=    operator
  7. BINMODE=4550
  8.  
  9. .include <bsd.prog.mk>
  10.