Home | History | Annotate | Line # | Download | only in psd
      1  1.14  dholland #	$NetBSD: Makefile,v 1.14 2014/07/05 19:22:03 dholland Exp $
      2   1.6       mrg #	@(#)Makefile	8.2 (Berkeley) 5/23/94
      3  1.10     lukem 
      4  1.10     lukem .include <bsd.own.mk>
      5   1.1       cgd 
      6   1.1       cgd # The following modules do not build/install:
      7   1.1       cgd # 10.gdb, 13.rcs
      8   1.1       cgd 
      9   1.2       cgd # Missing:
     10   1.2       cgd # 07.pascal 14.sccs 17.m4
     11   1.2       cgd 
     12   1.2       cgd # Missing from 4.4BSD-Lite:
     13   1.2       cgd # 01.cacm 02.implement 03.iosys 04.uprog 06.Clang 08.f77 09.f77io
     14   1.2       cgd # 11.adb 15.yacc 16.lex
     15   1.2       cgd 
     16   1.3       cgd SUBDIR=	05.sysman 20.ipctut 21.ipc
     17   1.3       cgd .if exists(12.make)
     18   1.3       cgd SUBDIR+= 12.make
     19   1.3       cgd .endif
     20   1.3       cgd .if exists(18.gprof)
     21   1.3       cgd SUBDIR+= 18.gprof
     22   1.3       cgd .endif
     23   1.3       cgd .if exists(19.curses)
     24   1.3       cgd SUBDIR+= 19.curses
     25   1.2       cgd .endif
     26   1.6       mrg #SUBDIR=	01.cacm 02.implement 03.iosys 04.uprog 05.sysman 06.Clang \
     27   1.6       mrg #	07.pascal 08.f77 09.f77io 11.adb 12.make 14.sccs 15.yacc \
     28   1.6       mrg #	16.lex 17.m4 18.gprof 19.curses 20.ipctut 21.ipc
     29   1.1       cgd 
     30  1.14  dholland SECTION=psd
     31  1.14  dholland SUBARTICLES=title contents
     32  1.14  dholland SRCS.title=Title
     33  1.14  dholland SRCS.contents=00.contents
     34  1.14  dholland MACROS=-ms
     35   1.1       cgd 
     36  1.14  dholland .include <bsd.doc.mk>
     37   1.1       cgd .include <bsd.subdir.mk>
     38