X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/73f6a95aa1f7c797d5af670218d5d1f16f26eec8..d43d1075666c90460941d74f5a568d29707cd540:/usr/src/usr.bin/tn3270/sys_curses/makefile?ds=inline diff --git a/usr/src/usr.bin/tn3270/sys_curses/makefile b/usr/src/usr.bin/tn3270/sys_curses/makefile index 1bca88d5cd..adcd33ddee 100644 --- a/usr/src/usr.bin/tn3270/sys_curses/makefile +++ b/usr/src/usr.bin/tn3270/sys_curses/makefile @@ -3,13 +3,18 @@ # All rights reserved. # # Redistribution and use in source and binary forms are permitted -# provided that this notice is preserved and that due credit is given -# to the University of California at Berkeley. The name of the University -# may not be used to endorse or promote products derived from this -# software without specific prior written permission. This software -# is provided ``as is'' without express or implied warranty. +# provided that the above copyright notice and this paragraph are +# duplicated in all such forms and that any documentation, +# advertising materials, and other materials related to such +# distribution and use acknowledge that the software was developed +# by the University of California, Berkeley. The name of the +# University may not be used to endorse or promote products derived +# from this software without specific prior written permission. +# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR +# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. # -# @(#)makefile 3.3 (Berkeley) %G% +# @(#)makefile 4.1 (Berkeley) %G% # # msdos versus unix defines O = .o @@ -62,7 +67,7 @@ CFLAGS = $(OPTIMIZE) $(INCLUDES) $(DEFINES) # Lint flags LINTFLAGS = -hbxaz -ALLH = terminal.h termout.ext +ALLH = terminal.h ALLC = system.c termout.c @@ -139,7 +144,6 @@ depend: system$O: ../general/general.h ../ctlr/api.h ../api/api_exch.h system$O: ../general/globals.h -termout$O: ../general/general.h terminal.h ../telnet.ext ../api/disp_asc.h -termout$O: ../ctlr/hostctlr.h ../ctlr/inbound.ext ../ctlr/oia.h -termout$O: ../ctlr/options.ext ../ctlr/outbound.ext ../ctlr/screen.h -termout$O: ../ascii/map3270.ext ../general/globals.h +termout$O: ../general/general.h terminal.h ../api/disp_asc.h ../ctlr/hostctlr.h +termout$O: ../ctlr/externs.h ../ctlr/declare.h ../ctlr/oia.h ../ctlr/screen.h +termout$O: ../general/globals.h ../telextrn.h