[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / window

Annotation of src/usr.bin/window/Makefile, Revision 1.6

1.6     ! millert     1: #      $OpenBSD: Makefile,v 1.5 1997/09/21 11:52:06 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  window
                      4: SRCS=  char.c cmd.c cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c cmd7.c \
                      5:        context.c error.c lcmd.c lcmd1.c lcmd2.c main.c mloop.c parser1.c \
                      6:        parser2.c parser3.c parser4.c parser5.c scanner.c startup.c string.c \
                      7:        ttf100.c ttgeneric.c tth19.c tth29.c ttinit.c ttoutput.c tttermcap.c \
                      8:        tttvi925.c ttwyse60.c ttwyse75.c ttzapple.c ttzentec.c var.c win.c \
                      9:        wwadd.c wwalloc.c wwbox.c wwchild.c wwclose.c wwclreol.c wwclreos.c \
                     10:        wwcursor.c wwdata.c wwdelchar.c wwdelete.c wwdelline.c wwdump.c \
                     11:        wwend.c wwenviron.c wwerror.c wwflush.c wwframe.c wwgets.c wwinit.c \
                     12:        wwinschar.c wwinsline.c wwiomux.c wwlabel.c wwmisc.c wwmove.c \
                     13:        wwopen.c wwprintf.c wwpty.c wwputc.c wwputs.c wwredraw.c \
                     14:        wwredrawwin.c wwrint.c wwscroll.c wwsize.c wwspawn.c wwsuspend.c \
                     15:        wwterminfo.c wwtty.c wwunframe.c wwupdate.c wwwrite.c xx.c xxflush.c \
                     16:        compress.c
                     17: MAN=   window.1
1.6     ! millert    18: DPADD= ${LIBCURSES}
        !            19: LDADD= -lcurses
1.1       deraadt    20:
                     21: .include <bsd.prog.mk>