.include changes suggested by Jon Stone in pr 674. Not strictly necessary
(because there should never be an 'obj' dir/link in .../usr.bin/tn3270, but good style, and robust if there happens to be one.)
This commit is contained in:
parent
326830c1ba
commit
af03189d5c
@ -1,6 +1,6 @@
|
||||
# $Id: Makefile,v 1.10 1994/12/22 12:31:07 cgd Exp $
|
||||
# $Id: Makefile,v 1.11 1995/01/02 22:33:21 cgd Exp $
|
||||
|
||||
.include <../../Makefile.inc>
|
||||
.include "../../Makefile.inc"
|
||||
|
||||
CFLAGS += -I${.CURDIR} -I.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $Id: Makefile,v 1.11 1994/12/22 12:31:10 cgd Exp $
|
||||
# $Id: Makefile,v 1.12 1995/01/02 22:33:28 cgd Exp $
|
||||
|
||||
.include <../../Makefile.inc>
|
||||
.include "../../Makefile.inc"
|
||||
|
||||
CFLAGS += -I${.CURDIR} -I.
|
||||
LDADD += -lcurses -ltermcap -ltelnet -lcrypt
|
||||
|
Loading…
x
Reference in New Issue
Block a user