home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / share / doc / ps1 / Makefile < prev    next >
Encoding:
Makefile  |  1991-05-07  |  403 b   |  17 lines

  1. #    @(#)Makefile    5.1.1.1 (Berkeley) 5/7/91
  2.  
  3. # Missing:  00.contents 01.Clang 02.f77 03.f77io 05.as 09.lint 10.adb 11.dbx
  4. #        12.make 15.yacc 16.lex 17.m4
  5.  
  6. BINDIR=    /usr/share/doc/ps1
  7. FILES=    Makefile Title
  8. SUBDIR=    04.pascal 06.sysman 07.ipctut \
  9.     08.ipc 13.rcs 14.sccs \
  10.     18.curses
  11.  
  12. beforeinstall:
  13.     install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
  14.         ${DESTDIR}${BINDIR}
  15.  
  16. .include <bsd.subdir.mk>
  17.