diff --git a/usr.bin/tn3270/mset/Makefile b/usr.bin/tn3270/mset/Makefile index 02095ba5510e..b69858a9dd18 100644 --- a/usr.bin/tn3270/mset/Makefile +++ b/usr.bin/tn3270/mset/Makefile @@ -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. diff --git a/usr.bin/tn3270/tn3270/Makefile b/usr.bin/tn3270/tn3270/Makefile index 372c4a9f8a56..fbc5ab207150 100644 --- a/usr.bin/tn3270/tn3270/Makefile +++ b/usr.bin/tn3270/tn3270/Makefile @@ -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